Handle the unlikely event that BIO_get_mem_data() returns -ve.
This commit is contained in:
@@ -871,7 +871,8 @@ int ssl3_get_server_hello(SSL *s)
|
||||
}
|
||||
}
|
||||
s->s3->tmp.new_cipher=c;
|
||||
ssl3_digest_cached_records(s);
|
||||
if (!ssl3_digest_cached_records(s))
|
||||
goto f_err;
|
||||
|
||||
/* lets get the compression algorithm */
|
||||
/* COMPRESSION */
|
||||
|
||||
Reference in New Issue
Block a user