]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http-rules: Always init log-format expr for common HTTP actions
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Jan 2020 14:51:56 +0000 (15:51 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Jan 2020 14:51:57 +0000 (15:51 +0100)
commitc20b37112b74f20431ba8e24a13b6260d7ba0e1d
tree806016f3bdc9ac5cc4195501bf5ab16a810af911
parent74ab7d2b80cf3930e2b3957c9234953a632c5226
BUG/MINOR: http-rules: Always init log-format expr for common HTTP actions

Many HTTP actions rely on <.arg.http> in the act_rule structure. Not all actions
use the log-format expression, but it must be initialized anyway. Otherwise,
HAProxy may crash during the deinit when the release function is called.

No backport needed. This patch should fix issue #468.
src/http_act.c