commit | b2b43ca50f0bfdf31a600f61db28155f13382b22 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Wed Jan 15 17:16:38 2014 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Wed Jan 15 17:16:38 2014 +0400 |
tree | de69045504b6e0bbbc1971c225107c73e3a68092 | |
parent | d143119e3cb939b69cb77d5bce6ac37f16e7c197 [diff] |
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().