mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
NULL dereference.
This commit is contained in:
@@ -11548,7 +11548,8 @@ static int SanityCheckMsgReceived(WOLFSSL* ssl, byte type)
|
||||
|
||||
#ifndef NO_PSK
|
||||
if (ssl->specs.kea == psk_kea &&
|
||||
ssl->arrays->server_hint[0] == 0)
|
||||
ssl->arrays != NULL &&
|
||||
ssl->arrays->server_hint[0] == 0)
|
||||
pskNoServerHint = 1;
|
||||
#endif
|
||||
if (ssl->specs.static_ecdh == 1 ||
|
||||
|
Reference in New Issue
Block a user