The official NGINX Open Source repository. https://nginx.org/
Find a file
Valentin Bartenev 1d294eea3e Fixed buffer over-read while logging invalid request headers.
Since 667aaf61a778 (1.1.17) the ngx_http_parse_header_line() function can return
NGX_HTTP_PARSE_INVALID_HEADER when a header contains NUL character.  In this
case the r->header_end pointer isn't properly initialized, but the log message
in ngx_http_process_request_headers() hasn't been adjusted.  It used the pointer
in size calculation, which might result in up to 2k buffer over-read.

Found with afl-fuzz.
2016-02-24 16:01:23 +03:00
auto Configure: added "build" target. 2016-02-19 18:13:54 +03:00
conf
contrib
docs
misc Updated OpenSSL used for win32 builds. 2016-02-13 07:28:14 +03:00
src Fixed buffer over-read while logging invalid request headers. 2016-02-24 16:01:23 +03:00
.hgtags release-1.9.11 tag 2016-02-09 17:11:57 +03:00