]> git.ipfire.org Git - thirdparty/openssl.git/commit
bio: check for valid socket when closing
authorPauli <pauli@openssl.org>
Mon, 28 Jun 2021 22:01:13 +0000 (08:01 +1000)
committerPauli <pauli@openssl.org>
Wed, 30 Jun 2021 03:55:09 +0000 (13:55 +1000)
commit196feb18de28cc5e6b59483ab61453dbca8d5c4b
tree83990b9065e211d5233172081044e520c6c810f9
parent01fb4bff9bee4b6a652d42ec9f1b677773280450
bio: check for valid socket when closing

Fixes coverity 271258 Improper use of negative value (NEGATIVE_RETURNS)

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15943)
crypto/bio/bio_sock2.c