OpenSolaris

Printable Version Enter a New Search
Bug ID 6475606
Synopsis str_to_label fails on hex labels with invalid digit in low nibble
State 10-Fix Delivered (Fix available in build)
Category:Subcategory library:libtsol
Keywords onpit-tx
Responsible Engineer Gary Winiger
Reported Against snv_47 , s10u7_01
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_88
Fixed In snv_88
Release Fixed solaris_nevada(snv_88)
Related Bugs
Submit Date 27-September-2006
Last Update Date 23-April-2008
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
Work Around
N/A
Comments
N/A