]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: lua: segfault after the channel data is modified by some Lua action.
authorThierry FOURNIER <tfournier@arpalert.org>
Fri, 25 Sep 2015 17:22:44 +0000 (19:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 22:37:55 +0000 (00:37 +0200)
commitd75cb0fce6ed9092a4e36c53b1edd31be87e471c
treea84a2e4c1fd39293b281cfb9973892cd986dc013
parent84e73c88827e0065b78e84ba09150166dab84c2a
BUG/MAJOR: lua: segfault after the channel data is modified by some Lua action.

When an action or a fetch modify the channel data, the http request parser
pointer become inconsistent. This patch detects the modification and call
again the parser.
src/hlua.c