commit | 817c4e39e51f5be7161eceb21985e87b633321cb | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 07 10:26:23 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 07 10:37:59 2020 +0100 |
tree | 15b719797aa7f4cf5c56bf7996199cf210bd9ee5 | |
parent | 692a6c2e69fb33e4fc3c783ec9b688cda5a76956 [diff] |
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.