nginx/src/http/v2
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
..
ngx_http_v2.c HTTP/2: fixed padding handling in HEADERS frame with CONTINUATION. 2016-02-02 16:33:55 +03:00
ngx_http_v2.h HTTP/2: implemented HPACK Huffman encoding for response headers. 2016-02-11 15:35:36 +03:00
ngx_http_v2_filter_module.c HTTP/2: implemented HPACK Huffman encoding for response headers. 2016-02-11 15:35:36 +03:00
ngx_http_v2_huff_decode.c
ngx_http_v2_huff_encode.c HTTP/2: fixed undefined behavior in ngx_http_v2_huff_encode(). 2016-02-12 16:36:20 +03:00
ngx_http_v2_module.c
ngx_http_v2_module.h
ngx_http_v2_table.c