commit | b6864a5b6fa1ea6eb224710d00c897105b9e2a46 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Wed May 19 11:32:04 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon May 31 10:51:08 2021 +0200 |
tree | b40e30b2674a518b121a31684f58a410c17f357b | |
parent | 1f4fa906c73e61dba74f9e8b762da12df3052f57 [diff] |
BUG/MINOR: http: Missing calloc return value check while parsing redirect rule A memory allocation failure happening in http_parse_redirect_rule when trying to allocate a redirect_rule structure would have resulted in a crash. This function is only called during configuration parsing. It was raised in GitHub issue #1233. It could be backported to all stable branches.