]> 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)
commit32bb39c48fd8f9d1481353adb5e428a6097f7ee9
treee624293e3cbdf3f7ff798a39b077644eb0ca6463
parenta0015da906a30ed111512091e2e8ff9b0d6c199b
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