Fix from review

This commit is contained in:
Eric Blankenhorn
2026-04-14 15:53:00 -05:00
parent 2e5a0b76af
commit 6aa9db43f2
+1 -1
View File
@@ -9985,7 +9985,7 @@ void DtlsMsgStore(WOLFSSL* ssl, word16 epoch, word32 seq, const byte* data,
else {
head = DtlsMsgNew(dataSz, 0, heap);
if (head == NULL) {
/* allocation failed; drop the message silently */
WOLFSSL_MSG("DtlsMsgNew allocation failed");
}
else if (DtlsMsgSet(head, seq, epoch, data, type, fragOffset,
fragSz, heap, dataSz, encrypted) < 0) {