]> git.ipfire.org Git - thirdparty/openssl.git/commit
quic_channel.c: NULL check SSL_CONNECTION
authorNorbert Pocs <norbertp@openssl.org>
Fri, 8 Aug 2025 13:17:06 +0000 (15:17 +0200)
committerNeil Horman <nhorman@openssl.org>
Sun, 10 Aug 2025 21:16:02 +0000 (17:16 -0400)
commitc5ef06f4abcda15056f9316b3fb4697a0b289d9b
treee6b6107d270bdc716f0e45ebecad1d406aa140d3
parent760929f6ba18952c052e92acb2f0c0163ab7720a
quic_channel.c: NULL check SSL_CONNECTION

Addresses coverity issue #1662037

Fixes: https://github.com/openssl/project/issues/1316
Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28208)
ssl/quic/quic_channel.c