projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e1aee
)
Added SSLErr call for internal error in dtls1_buffer_record
author
Matt Caswell
<matt@openssl.org>
Sun, 1 Jun 2014 20:32:19 +0000
(21:32 +0100)
committer
Matt Caswell
<matt@openssl.org>
Sun, 1 Jun 2014 20:36:25 +0000
(21:36 +0100)
ssl/d1_pkt.c
patch
|
blob
|
history
diff --git
a/ssl/d1_pkt.c
b/ssl/d1_pkt.c
index 40633a8705d84ac6edb33f4eb0d1673f6e7c8e90..611fc8db5769fb749ac7a289be7f7de2150f6738 100644
(file)
--- a/
ssl/d1_pkt.c
+++ b/
ssl/d1_pkt.c
@@
-255,6
+255,7
@@
dtls1_buffer_record(SSL *s, record_pqueue *queue, unsigned char *priority)
/* insert should not fail, since duplicates are dropped */
if (pqueue_insert(queue->q, item) == NULL)
{
+ SSLerr(SSL_F_DTLS1_BUFFER_RECORD, ERR_R_INTERNAL_ERROR);
OPENSSL_free(rdata);
pitem_free(item);
return(0);