OpenSolaris

Printable Version Enter a New Search
Bug ID 6614902
Synopsis biosdev debug output can print beyond end of interface_type since formatted as string
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:boot-x86
Keywords
Responsible Engineer Shidokht Yadegari
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_77
Fixed In snv_77
Release Fixed solaris_nevada(snv_77)
Related Bugs
Submit Date 9-October-2007
Last Update Date 8-November-2007
Description
biosdev with the -d option can print beyond end of interface_type
as it is using %s to print interface_type info from int13 fn48 data.
interface_type is an array of 8 chars and the spec defines
the padding to be 0x20. It is not null terminated.
Work Around
N/A
Comments
N/A