]> git.ipfire.org Git - thirdparty/openssl.git/commit
Check return code of BIO_ADDR_rawaddress
authorNorbert Pocs <norbertp@openssl.org>
Sun, 5 Oct 2025 07:39:22 +0000 (09:39 +0200)
committerNeil Horman <nhorman@openssl.org>
Tue, 7 Oct 2025 16:30:09 +0000 (12:30 -0400)
commit7fb9163586234ed9eecf95ae2fd7185a9dcb556e
tree2d77d3831fb841898e403dabd89f48c36e8529e9
parentf7feb2d937ac1bb5551da66d80009e73ca462597
Check return code of BIO_ADDR_rawaddress

Fixes coverity issue: https://scan5.scan.coverity.com/#/project-view/64471/10222?selectedIssue=1666584
Thank you for the report!

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/28751)
apps/lib/s_cb.c