|
Description
|
str_to_label will not return a parse error if it is passed a hex label
where, within any of the pairs of characters that represent a single
byte, the character that represents the lower nibble contains an
invalid hex digit.
The bug can be verified with the atohexlabel command:
% atohexlabel 0x0000-08-clever
0x0000-08-d5fffb
|