]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a record layer mem leak
authorMatt Caswell <matt@openssl.org>
Tue, 13 Sep 2022 17:01:18 +0000 (18:01 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 23 Sep 2022 13:54:49 +0000 (14:54 +0100)
commit9ff519542387d32ab1c3a8b1f45a375e1712a383
treebe8c4ddb2f0564179a9ae0596d35b1052d545b9c
parentbafe524b5ce425105ac321f9fffa23e2d5b06845
Fix a record layer mem leak

Make sure we free the record layer before we free the connection BIOs

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19198)
ssl/ssl_lib.c