set encodedPoint to NULL after freeing it
This commit is contained in:
parent
51eb247d0f
commit
38c42c6eea
@ -1731,6 +1731,7 @@ int ssl3_send_server_key_exchange(SSL *s)
|
||||
(unsigned char *)encodedPoint,
|
||||
encodedlen);
|
||||
OPENSSL_free(encodedPoint);
|
||||
encodedPoint = NULL;
|
||||
p += encodedlen;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user