ossl_quic_new(): Avoid dereferencing NULL qc during cleanup
authorTomas Mraz <tomas@openssl.org>
Fri, 3 Nov 2023 07:52:43 +0000 (08:52 +0100)
committerHugo Landau <hlandau@openssl.org>
Mon, 6 Nov 2023 07:50:08 +0000 (07:50 +0000)
commit0e2e4b3e69d4012f47b6908c2d8a13ec4e2d40e0
tree5d815940b773f5f904d20fb01591111947543550
parent56d1ab3b6c7468ce0f534f09e305a539101f9c3d
ossl_quic_new(): Avoid dereferencing NULL qc during cleanup

Fixes Coverity 1548383

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22606)
ssl/quic/quic_impl.c