commit | 46697c80fec88e656a4f7280a2cfa9dedbfb33a5 | [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 11:30:54 2021 +0200 |
tree | e9ae30135ad248a9c59ff3416f529fe1ec21cc14 | |
parent | be5b1bb8cb683290f80856a3728ccaf3ad47b44b [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. (cherry picked from commit 612b2c37be70636e73698c6c064af9522301be65) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>