commit | 55ba0d6865662036d1d137dc4aac3841d29ad6d3 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Wed May 12 18:04:46 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon May 31 10:50:57 2021 +0200 |
tree | 330ca2e6540ebe6d33c80888f932ddf23f820a68 | |
parent | a4bf8a059dd9c783c00680aedcf055faa4b5d784 [diff] |
BUG/MINOR: proxy: Missing calloc return value check in proxy_parse_declare A memory allocation failure happening during proxy_parse_declare while processing the "capture" keyword and allocating a cap_hdr 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.