commit | be5b1bb8cb683290f80856a3728ccaf3ad47b44b | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Wed May 12 17:39:04 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon May 31 11:30:49 2021 +0200 |
tree | fb3b003570716b34c249f8f2abe03ca5abf2af39 | |
parent | dc187917dfbcb851daf7f8dd78a1ade5331d5693 [diff] |
BUG/MINOR: peers: Missing calloc return value check in peers_register_table A memory allocation failure happening during peers_register_table 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. (cherry picked from commit 208ff01b23eda19fe41780310f4d08ca86e28766) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>