Skip to content

Commit a1d20e1

Browse files
potentially uninitialized var
1 parent 2f1f5b7 commit a1d20e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tls.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13918,8 +13918,8 @@ static int TLSX_ECH_CopyOuterExtensions(const byte* outerCh, word32 outerChLen,
1391813918
word16 refType;
1391913919
word32 outerExtLen;
1392013920
word32 outerExtOffset = 0;
13921-
word16 extsStart;
13922-
word16 extsLen;
13921+
word16 extsStart = 0;
13922+
word16 extsLen = 0;
1392313923
const byte* outerExtData;
1392413924

1392513925
while (numOuterRefs-- > 0) {

0 commit comments

Comments
 (0)