Skip to content

Commit 6aa9db4

Browse files
committed
Fix from review
1 parent 2e5a0b7 commit 6aa9db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9985,7 +9985,7 @@ void DtlsMsgStore(WOLFSSL* ssl, word16 epoch, word32 seq, const byte* data,
99859985
else {
99869986
head = DtlsMsgNew(dataSz, 0, heap);
99879987
if (head == NULL) {
9988-
/* allocation failed; drop the message silently */
9988+
WOLFSSL_MSG("DtlsMsgNew allocation failed");
99899989
}
99909990
else if (DtlsMsgSet(head, seq, epoch, data, type, fragOffset,
99919991
fragSz, heap, dataSz, encrypted) < 0) {

0 commit comments

Comments
 (0)