Added SSLErr call for internal error in dtls1_buffer_record
This commit is contained in:
parent
a07856a08d
commit
056389eb1c
@ -255,6 +255,7 @@ dtls1_buffer_record(SSL *s, record_pqueue *queue, unsigned char *priority)
|
|||||||
/* insert should not fail, since duplicates are dropped */
|
/* insert should not fail, since duplicates are dropped */
|
||||||
if (pqueue_insert(queue->q, item) == NULL)
|
if (pqueue_insert(queue->q, item) == NULL)
|
||||||
{
|
{
|
||||||
|
SSLerr(SSL_F_DTLS1_BUFFER_RECORD, ERR_R_INTERNAL_ERROR);
|
||||||
OPENSSL_free(rdata);
|
OPENSSL_free(rdata);
|
||||||
pitem_free(item);
|
pitem_free(item);
|
||||||
return(0);
|
return(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user