commit | 18a82ba690a6ff4adbf9702cefa6dc89eb36372d | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Wed May 12 18:07:27 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon May 31 10:50:59 2021 +0200 |
tree | 0e4b902ffe457cc8726eb88c0ce4c400c1b367b9 | |
parent | 55ba0d6865662036d1d137dc4aac3841d29ad6d3 [diff] |
BUG/MINOR: proxy: Missing calloc return value check in proxy_defproxy_cpy A memory allocation failure happening in proxy_defproxy_cpy while copying the default compression options would have resulted in a crash. This function is called for every new proxy found while parsing the configuration. It was raised in GitHub issue #1233. It could be backported to all stable branches.