Skip to content

Commit 6c5378c

Browse files
committed
Fix from review
1 parent 92f08a7 commit 6c5378c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tls.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14783,9 +14783,10 @@ static int TLSX_GetSize(TLSX* list, byte* semaphore, byte msgType,
1478314783
* &cbShim); length += cbShim;`
1478414784
*/
1478514785
word32 length = 0;
14786-
word16 cbShim;
14786+
word16 cbShim = 0;
1478714787
byte isRequest = (msgType == client_hello ||
1478814788
msgType == certificate_request);
14789+
(void)cbShim;
1478914790

1479014791
while ((extension = list)) {
1479114792
list = extension->next;

0 commit comments

Comments
 (0)