]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http-act: Fix bugs on error path during parsing of return actions
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 7 Feb 2020 09:26:23 +0000 (10:26 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 7 Feb 2020 09:37:59 +0000 (10:37 +0100)
commit817c4e39e51f5be7161eceb21985e87b633321cb
tree15b719797aa7f4cf5c56bf7996199cf210bd9ee5
parent692a6c2e69fb33e4fc3c783ec9b688cda5a76956
BUG/MINOR: http-act: Fix bugs on error path during parsing of return actions

This patch fixes memory leaks and a null pointer dereference found by coverity
on the error path when an HTTP return action is parsed. See issue #491.

No need to backport this patch except the HTT return action is backported too.
src/http_act.c