commit | 6443bcc2e1f2e1e11af76ef460d8241f06223de8 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Mon May 17 10:35:08 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon May 31 10:51:04 2021 +0200 |
tree | d6f2a46ec991f0779e3536b179b62fef6e86e5d1 | |
parent | 8cb033643ff3235ac0d3887167ce06fefeaf850b [diff] |
BUG/MINOR: compression: Missing calloc return value check in comp_append_type/algo A memory allocation failure happening in comp_append_type or comp_append_algo called while parsing compression options 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.