nandfs_meta_bread() calls bread() which can set bp to NULL in some
error cases. Calling brelse() with a NULL pointer is not allowed,
so only call brelse() when the bp is non-NULL.
Reported by: Maxime Villard (reported as uninitialized variable)
nandfs_meta_bread() calls bread() which can set bp to NULL in some Tags None Referenced Files None Subscribers None
Description
Details
Event Timeline |