]> git.kaiwu.me - haproxy.git/commit
MINOR: log: keep a copy of the backend connection early in sess_build_logline()
authorWilly Tarreau <w@1wt.eu>
Wed, 5 Sep 2018 13:24:56 +0000 (15:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Sep 2018 18:01:23 +0000 (20:01 +0200)
commit2393c5b6a9c02325454cc43dbcb74838118768cd
tree9982f19bfd713abce6b5a08eacb7fc4eddccc5d4
parent26ffa8544d70e096d26fd82199dc4837a5c169dc
MINOR: log: keep a copy of the backend connection early in sess_build_logline()

This way we can avoid dereferencing a possibly inexisting stream.
src/log.c