Fix from review

This commit is contained in:
Eric Blankenhorn
2026-06-26 12:46:30 -05:00
parent c18833f520
commit 5d0678d38b
+1 -1
View File
@@ -23433,7 +23433,7 @@ static int DoProcessReplyEx(WOLFSSL* ssl, int allowSocketErr)
wolfssl_alert_protocol_version);
break;
case WC_NO_ERR_TRACE(LENGTH_ERROR):
/* record exceeds the size limit, RFC 8446 section 5.1 */
/* invalid record length, RFC 8446 section 5.1 */
SendAlert(ssl, alert_fatal, record_overflow);
break;
default: