|
Description
|
While trying to find the root cause to CR 6711844 jurassic-x4600 assert: vp->v_shrlocks == 0L, file: ../../common/fs/vnode.c, I found coding errors in rfs4_findfile_withlock().
When using VSD to get the rfs4_file_t instead of an rfs4_dbsearch(), not all of the proper checking is done before returning. This could lead to a NULL pointer panic.
|