OpenSolaris

Printable Version Enter a New Search
Bug ID 6486993
Synopsis fsdb: printf has too few items for format
State 3-Accepted (Yes, that is a problem)
Category:Subcategory utility:filesystem
Keywords fsdb | oss-bite-size
Sponsor
Submitter
Reported Against
Duplicate Of
Introduced In
Commit to Fix
Fixed In
Release Fixed
Related Bugs 4104591 , 4765915
Submit Date 27-October-2006
Last Update Date 27-October-2006
Description
fsdb has a printf, introduced with 4104591, that has too few variables for its format
specifier:

                        printf("[%04d]  %08x  %08x.%08x %08x  %s\n", x++, bol,
                            d.d_mof, d.d_nb,
                            dt_str[d.d_typ >= DT_MAX ? DT_MAX : d.d_typ]);
Work Around
N/A
Comments
N/A