nginx/src/http
Valentin Bartenev 822fc91b09 HTTP/2: fixed undefined behavior in ngx_http_v2_huff_encode().
When the "pending" value is zero, the "buf" will be right shifted
by the width of its type, which results in undefined behavior.

Found by Coverity (CID 1352150).
2016-02-12 16:36:20 +03:00
..
modules Dynamic modules: changed ngx_modules to cycle->modules. 2016-02-04 18:30:21 +03:00
v2 HTTP/2: fixed undefined behavior in ngx_http_v2_huff_encode(). 2016-02-12 16:36:20 +03:00
ngx_http.c Dynamic modules: changed ngx_modules to cycle->modules. 2016-02-04 18:30:21 +03:00
ngx_http.h The HTTP/2 implementation (RFC 7240, 7241). 2015-09-11 20:13:06 +03:00
ngx_http_cache.h Cache: added support for reading of the header in thread pools. 2015-04-01 03:49:17 +03:00
ngx_http_config.h
ngx_http_copy_filter_module.c Increased the default number of output buffers. 2015-09-15 17:49:15 +03:00
ngx_http_core_module.c Dynamic modules: changed ngx_modules to cycle->modules. 2016-02-04 18:30:21 +03:00
ngx_http_core_module.h The HTTP/2 implementation (RFC 7240, 7241). 2015-09-11 20:13:06 +03:00
ngx_http_file_cache.c Cache: check the whole cache key in addition to hashes. 2015-09-11 17:03:56 +03:00
ngx_http_header_filter_module.c
ngx_http_parse.c Overflow detection in ngx_http_parse_chunked(). 2015-03-17 00:26:27 +03:00
ngx_http_postpone_filter_module.c
ngx_http_request.c SSL: fixed possible segfault on renegotiation (ticket #845). 2015-12-08 16:59:43 +03:00
ngx_http_request.h Slice filter. 2015-12-07 16:30:48 +03:00
ngx_http_request_body.c Request body: removed surplus assigment, no functional changes. 2016-01-12 19:19:07 +03:00
ngx_http_script.c
ngx_http_script.h
ngx_http_special_response.c Reduced the number of GET method constants. 2015-11-30 12:04:35 +03:00
ngx_http_upstream.c Dynamic modules: changed ngx_modules to cycle->modules. 2016-02-04 18:30:21 +03:00
ngx_http_upstream.h Upstream: don't keep connections on early responses (ticket #669). 2015-12-17 16:39:15 +03:00
ngx_http_upstream_round_robin.c Upstream: report to error_log when max_fails is reached. 2015-05-20 22:44:00 +03:00
ngx_http_upstream_round_robin.h Upstream: fixed shared upstreams on win32. 2015-06-16 00:43:00 +03:00
ngx_http_variables.c Fixed variables prefix comparison. 2015-10-19 21:28:17 +03:00
ngx_http_variables.h
ngx_http_write_filter_module.c Format specifier fixed for file size of buffers. 2015-03-23 19:28:54 +03:00