Skip to content

Commit a2c5197

Browse files
committed
Fix from review
1 parent 9d29e66 commit a2c5197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15253,7 +15253,7 @@ static int TLSX_Write(TLSX* list, byte* output, byte* semaphore,
1525315253
if (ret != 0)
1525415254
break;
1525515255

15256-
if (offset < prevOffset) {
15256+
if (offset <= prevOffset) {
1525715257
WOLFSSL_MSG("TLSX_Write extension length exceeds word16");
1525815258
return BUFFER_E;
1525915259
}

0 commit comments

Comments
 (0)