]> git.ipfire.org Git - thirdparty/openssl.git/commit
Avoid leaking *ba_ret on reconnections
authorTomas Mraz <tomas@openssl.org>
Thu, 18 Jul 2024 09:01:00 +0000 (11:01 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 31 Jul 2024 09:23:16 +0000 (11:23 +0200)
commit4fa9d1f40fc85d8c70c93168dc812217db349359
treeb2a30a904e4f9ed09248c235c24985cda53fbd5f
parentf41b5ffe33bed336827096788b593e87927ae906
Avoid leaking *ba_ret on reconnections

Also fixes Coverity 1604639
There is no point in checking ba_ret as it can never be NULL.

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24931)
apps/lib/s_socket.c
apps/s_client.c