Skip to content

Commit e042c0c

Browse files
committed
Integrate name parser fix by Wouter
1 parent 1acc76c commit e042c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generic/name.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ static really_inline int32_t scan_name(
8282

8383
octets[label] = (uint8_t)(length - label);
8484

85-
if (length < 32)
85+
if (tlength <= 32)
8686
return (void)(*lengthp = length + 1), carry == 0;
8787

8888
text += length;

0 commit comments

Comments
 (0)