OpenSolaris

Printable Version Enter a New Search
Bug ID 5040850
Synopsis unintialized struct ulp in ufs_alloc_data()
State 1-Dispatched (Default State)
Category:Subcategory suncluster:pxfs
Keywords oss-bite-size
Sponsor
Submitter
Reported Against 3.2_01
Duplicate Of
Introduced In
Commit to Fix
Fixed In
Release Fixed
Related Bugs
Submit Date 30-April-2004
Last Update Date 29-May-2008
Description
ufs_alloc_data() declares  struct ulockfs *ulp;
ulp is not initialized and then is passed to ufs_lockkfs_begin_getpage()

ulp should be initialized to 0 since ufs_lockfs_begin_getpage()
can return 0 without setting &ulp, leaving ulp set to an unknown value.
 xxxxx@xxxxx.com 2004-04-30
Work Around
N/A
Comments
N/A