]> git.kaiwu.me - nginx.git/commit
SPDY: fixed possible segfault.
authorValentin Bartenev <vbart@nginx.com>
Wed, 22 Jan 2014 00:58:19 +0000 (04:58 +0400)
committerValentin Bartenev <vbart@nginx.com>
Wed, 22 Jan 2014 00:58:19 +0000 (04:58 +0400)
commit6b949b3920b0ca0aa2a4e736927a562c13a04376
tree440a037f22527b4a23af65f965e7bbbe27fcfaac
parentddc22dcb9ca303b0285de6b49a5f2b6576bd6951
SPDY: fixed possible segfault.

While processing a DATA frame, the link to related stream is stored in spdy
connection object as part of connection state.  But this stream can be closed
between receiving parts of the frame.
src/http/ngx_http_spdy.c