]> git.kaiwu.me - nginx.git/commit
HTTP/2: fixed possible buffer overrun (ticket #893).
authorValentin Bartenev <vbart@nginx.com>
Thu, 4 Feb 2016 15:01:04 +0000 (18:01 +0300)
committerValentin Bartenev <vbart@nginx.com>
Thu, 4 Feb 2016 15:01:04 +0000 (18:01 +0300)
commit9add42c71e71c2af8e67eceeeb773d22a9cab760
treeea75d2250ed73a6d1eadd4b27cb36fca95a90cf8
parentcb173ff6722635188546ce7dd8f2a737050d82d5
HTTP/2: fixed possible buffer overrun (ticket #893).

Due to greater priority of the unary plus operator over the ternary operator
the expression didn't work as expected.  That might result in one byte less
allocation than needed for the HEADERS frame buffer.
src/http/v2/ngx_http_v2_filter_module.c