Commit 5281bb22 authored by Benjamin Kaduk's avatar Benjamin Kaduk
Browse files

Address coverity-reported NULL dereference in SSL_SESSION_print()



We need to check the provided SSL_SESSION* for NULL before
attempting to derference it to see if it's a TLS 1.3 session.

Reviewed-by: default avatarKurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/6622)
parent 8794be2e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment