commit | 3035e9339be31e6aa97fb3e86196c6b40d52904f | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Thu Feb 04 18:01:04 2016 +0300 |
committer | Valentin Bartenev <vbart@nginx.com> | Thu Feb 04 18:01:04 2016 +0300 |
tree | ea75d2250ed73a6d1eadd4b27cb36fca95a90cf8 | |
parent | c6ad9ada8869f0b5b0a187f64ada0e848e95c0fe [diff] |
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.