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
|