mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 10:02:57 +00:00
Prevent unlikely NULL dereference
This commit is contained in:
@@ -3583,7 +3583,8 @@ static ssl_key_cert *ssl_add_key_cert( ssl_context *ssl )
|
||||
if( ssl->key_cert == NULL )
|
||||
{
|
||||
ssl->key_cert = key_cert;
|
||||
ssl->handshake->key_cert = key_cert;
|
||||
if( ssl->handshake != NULL )
|
||||
ssl->handshake->key_cert = key_cert;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user