commit | 612b2c37be70636e73698c6c064af9522301be65 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Wed May 12 17:45:21 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon May 31 10:50:49 2021 +0200 |
tree | 6af330c98320f3e780d39b36b3e38c55d7909043 | |
parent | 208ff01b23eda19fe41780310f4d08ca86e28766 [diff] |
BUG/MINOR: ssl: Missing calloc return value check in ssl_init_single_engine A memory allocation failure happening during ssl_init_single_engine 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.