Skip to content
Commit cd0ed19f authored by Andrew Price's avatar Andrew Price Committed by Steven Whitehouse
Browse files

GFS2: Fix possible null pointer deref in gfs2_rs_alloc



Despite the return value from kmem_cache_zalloc() being checked, the
error wasn't being returned until after a possible null pointer
dereference. This patch returns the error immediately, allowing the
removal of the error variable.

Signed-off-by: default avatarAndrew Price <anprice@redhat.com>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent aaaf68c5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment