]> git.kaiwu.me - nginx.git/commit
SPDY: fixed possible uninitialized memory access.
authorValentin Bartenev <vbart@nginx.com>
Wed, 15 Jan 2014 13:16:38 +0000 (17:16 +0400)
committerValentin Bartenev <vbart@nginx.com>
Wed, 15 Jan 2014 13:16:38 +0000 (17:16 +0400)
commitb2b43ca50f0bfdf31a600f61db28155f13382b22
treede69045504b6e0bbbc1971c225107c73e3a68092
parentd143119e3cb939b69cb77d5bce6ac37f16e7c197
SPDY: fixed possible uninitialized memory access.

The frame->stream pointer should always be initialized for control frames since
the check against it can be performed in ngx_http_spdy_filter_cleanup().
src/http/ngx_http_spdy.c