mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 13:40:50 +02:00
Fix from review
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user