nginx/src
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
..
core Dynamic modules: fixed a version mismatch message (ticket #898). 2016-02-11 18:46:46 +03:00
event Dynamic modules: changed ngx_modules to cycle->modules. 2016-02-04 18:30:21 +03:00
http HTTP/2: fixed undefined behavior in ngx_http_v2_huff_encode(). 2016-02-12 16:36:20 +03:00
mail Dynamic modules: changed ngx_modules to cycle->modules. 2016-02-04 18:30:21 +03:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
mysql
os Dynamic modules: dlopen() support. 2016-02-04 18:30:21 +03:00
stream Stream: initialize variable right before using it. 2016-02-11 14:20:26 +03:00