commit | 1f4fa906c73e61dba74f9e8b762da12df3052f57 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Wed May 19 10:45:12 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon May 31 10:51:06 2021 +0200 |
tree | 55038548cd0706ab2fcd9d8617c6d159b01ee370 | |
parent | 6443bcc2e1f2e1e11af76ef460d8241f06223de8 [diff] |
BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list A memory allocation failure happening in mworker_env_to_proc_list when trying to allocate a mworker_proc would have resulted in a crash. This function is only called during init. It was raised in GitHub issue #1233. It could be backported to all stable branches.