]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stream: further protect stream_dump() against incomplete sessions
authorWilly Tarreau <w@1wt.eu>
Mon, 4 Sep 2023 13:30:33 +0000 (15:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Sep 2023 13:32:17 +0000 (15:32 +0200)
commit8547f5cfa272d4483e8ad9fc4e21d87f22022c92
tree4bd0f20e7b608862e9cc9597aa6358a69c9625e0
parent3939e394796c1329a258e468d417e15957ca26a6
BUG/MINOR: stream: further protect stream_dump() against incomplete sessions

As found by Coverity in issue #2273, the fix in commit e64bccab2 ("BUG/MINOR:
stream: protect stream_dump() against incomplete streams") was still not
enough, as scf/scb are still dereferenced to dump their flags and states.

This should be backported to 2.8.
src/stream.c