commit | 17acbab0ac5933205788eb0a134f9e918247efef | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Wed May 19 12:00:54 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon May 31 10:51:09 2021 +0200 |
tree | 076c22968ad63c4030e875e043492573d8e94f29 | |
parent | b6864a5b6fa1ea6eb224710d00c897105b9e2a46 [diff] |
BUG/MINOR: http: Missing calloc return value check in make_arg_list A memory allocation failure happening in make_arg_list when trying to allocate the argument list 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.