]> git.kaiwu.me - nginx.git/commit
SPDY: fixed corruption of headers with names longer than 255.
authorValentin Bartenev <vbart@nginx.com>
Thu, 15 Aug 2013 15:14:58 +0000 (19:14 +0400)
committerValentin Bartenev <vbart@nginx.com>
Thu, 15 Aug 2013 15:14:58 +0000 (19:14 +0400)
commit3be925b6e3c79a2030beaceb7feb0253e0ef17b5
treee0a5974ea044ce90b66cdf3f7691808aa7f841d7
parentef76fbebd6dc0b05a12ff3c19b70ab0ec9c118df
SPDY: fixed corruption of headers with names longer than 255.

It is a bad idea to put zero byte in position where the length of
the next header name can be stored before it was parsed.
src/http/ngx_http_spdy.c