Andrey
Andrey
This should fix https://github.com/cloudflare/quiche/issues/445 (`subrequest: "/index.php"` + `shutdown() failed` this happens when the subrequest does not have qstream)
Resolved a buffer overflow bug in ngx_http_graphite_location() when parsing uri entirely made up of underscores. The loop incorrectly traverses past the buffer's boundary: while (split->len > 0 && split->data[0] ==...
Fix heap-buffer-overflow issue that occurs during the initialization of the http {} block. It is incorrect to call ngx_http_conf_get_module_main_conf() within create_loc_conf. This is because the ctx, where the main structures...
Currently, nginx variables cannot contain hyphens. This makes it impossible to access request arguments like "?my-param=123" directly. The expression "$arg_my-param" is currently parsed as the variable "$arg_my" followed by the...