We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acc76c commit e042c0cCopy full SHA for e042c0c
src/generic/name.h
@@ -82,7 +82,7 @@ static really_inline int32_t scan_name(
82
83
octets[label] = (uint8_t)(length - label);
84
85
- if (length < 32)
+ if (tlength <= 32)
86
return (void)(*lengthp = length + 1), carry == 0;
87
88
text += length;
0 commit comments