Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efc8ef87 authored by Osama Muhammad's avatar Osama Muhammad Committed by Greg Kroah-Hartman
Browse files

gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump



[ Upstream commit 8877243beafa7c6bfc42022cbfdf9e39b25bd4fa ]

Syzkaller has reported a NULL pointer dereference when accessing
rgd->rd_rgl in gfs2_rgrp_dump().  This can happen when creating
rgd->rd_gl fails in read_rindex_entry().  Add a NULL pointer check in
gfs2_rgrp_dump() to prevent that.

Reported-and-tested-by: default avatar <syzbot+da0fc229cc1ff4bb2e6d@syzkaller.appspotmail.com>
Link: https://syzkaller.appspot.com/bug?extid=da0fc229cc1ff4bb2e6d


Fixes: 72244b6b ("gfs2: improve debug information when lvb mismatches are found")
Signed-off-by: default avatarOsama Muhammad <osmtendev@gmail.com>
Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent d1fe1aed
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment