]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: lua: txn:done() still causes a segfault in TCP mode
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Aug 2015 07:40:04 +0000 (09:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Aug 2015 07:40:04 +0000 (09:40 +0200)
commit0458b08a5a96be13d433319c6ac1fc20b698167b
treea5db868434c3038d546b2082812519177c3115e9
parentfca4261dacab51db960d30120f4bb4201f7e4a51
BUG/MEDIUM: lua: txn:done() still causes a segfault in TCP mode

We must not dereference s->txn to get the channel, as it doesn't
exist in TCP mode.
src/hlua.c