]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: proxy: do not dereference strm_li(stream)
authorWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2015 10:20:10 +0000 (12:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2015 11:42:08 +0000 (13:42 +0200)
commitb746329dc37c2b27d0924bc0498ba1d395a68dae
tree90ee29caf97ee61a08d97344db157a61a3216641
parentc29d0cda4b4502c4e04411cab0205d33a04086d2
BUG/MEDIUM: proxy: do not dereference strm_li(stream)

Some streams do not have a listener (eg: Lua's cosockets) so
let's check for this. For now this problem cannot happen but
it's definitely unsafe.
src/proxy.c