commit | 2ca42b4656f60655a5295a66f321239faee2d9fe | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Wed May 12 18:24:18 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon May 31 10:51:00 2021 +0200 |
tree | 0c8978a620345a1f927da77706b639401058c68b | |
parent | 18a82ba690a6ff4adbf9702cefa6dc89eb36372d [diff] |
BUG/MINOR: http: Missing calloc return value check while parsing tcp-request/tcp-response A memory allocation failure happening in tcp_parse_tcp_req or tcp_parse_tcp_rep when trying to allocate an act_rule structure would have resulted in a crash. These functions are only called during configuration parsing. It was raised in GitHub issue #1233. It could be backported to all stable branches.