OpenSolaris

Printable Version Enter a New Search
Bug ID 6683688
Synopsis fab_update_topo() leaks global variables
State 10-Fix Delivered (Fix available in build)
Category:Subcategory pcie-sw:pcie
Keywords
Responsible Engineer Krishna Elango
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_88
Fixed In snv_88
Release Fixed solaris_nevada(snv_88) , solaris_10u6(s10u6_02) (Bug ID:2161175)
Related Bugs 6510830
Submit Date 2-April-2008
Last Update Date 23-April-2008
Description
In fab_update_topo(), we will overwrite 'fab_doc' and 'fab_xpatchCtx'
even if they are already set.  We free it when the module is torn down,
but we can leak memory if fab_topo() is called, which will set
'fab_valid_topo' to 0.
Work Around
N/A
Comments
N/A