]> git.ipfire.org Git - thirdparty/openssl.git/commit
Coverity: explicit null dereference
authorPauli <pauli@openssl.org>
Tue, 6 Sep 2022 01:41:35 +0000 (11:41 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 7 Sep 2022 09:49:32 +0000 (11:49 +0200)
commitfbeb4866f4250a4a23e7afb884a0aa0456d152f8
tree691682bb57633a35fb60430fd92cbee71a394218
parent891b639377af8be10f5e41616db6afabceae7cef
Coverity: explicit null dereference

Coverity is being pretty silly here but adding the explicit pointer checks
will stop a crash if something goes badly awry.

Fixes Coverity 1513706 - 1513709

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19136)
test/list_test.c