Debian Patches
Status for libnginx-mod-http-geoip2/1:3.4-8
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| fix-invalid-auto-reload-segfault.patch | Fix segfault when reporting an invalid auto_reload interval The nginx %V formatter expects a pointer to ngx_str_t. Passing the structure by value makes nginx dereference an invalid address while reporting the configuration error. . Upstream fixed the HTTP module; apply the equivalent fix to the stream module as well. |
yes | upstream | https://github.com/leev/ngx_http_geoip2_module/commit/df09bbb10a6717dac6b73a4eef3ad15afa071957 | 2026-08-08 | |
| invalidate-cache-after-database-reload.patch | Invalidate cached lookup results after reloading a database Lookup results refer to the memory-mapped database that produced them. Once that database is closed during auto_reload, reusing the result for the same address can return stale data or access invalid memory. . Track whether the cached result is valid and force a new lookup after every successful database reload. An explicit validity flag also handles the all-zero IPv4 and IPv6 addresses correctly. |
yes | upstream | other, https://github.com/leev/ngx_http_geoip2_module/issues/134 | 2026-08-08 |
