The official NGINX Open Source repository.
Go to file
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
auto HTTP/2: implemented HPACK Huffman encoding for response headers. 2016-02-11 15:35:36 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Contrib: add more directives to vim syntax. 2014-10-22 15:31:19 +02:00
docs nginx-1.9.11-RELEASE 2016-02-09 17:11:56 +03:00
misc Updated OpenSSL and PCRE used for win32 builds. 2015-12-07 20:09:34 +03:00
src HTTP/2: fixed undefined behavior in ngx_http_v2_huff_encode(). 2016-02-12 16:36:20 +03:00
.hgtags release-1.9.11 tag 2016-02-09 17:11:57 +03:00