]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: stream: Don't dereference s->txn when it is not there yet.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 6 Dec 2018 12:28:30 +0000 (13:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Dec 2018 14:02:25 +0000 (15:02 +0100)
commit1909f6de18deaf0550a072eb21d3d81826686d0b
tree75ab6d077c8763b42b27ce429ef01ccb84fbbede
parent174bfb163cd43a55e08036080d20b471d3dc5261
BUG/MEDIUM: stream: Don't dereference s->txn when it is not there yet.

Test if s->txn is non-NULL before attempting to dereference it, it was lost
during the transition to HTX.
src/stream.c