Skip to content
Commit a4e08d00 authored by Luis Henriques's avatar Luis Henriques Committed by Linus Torvalds
Browse files

ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()



As ocfs2_fallocate() will invoke __ocfs2_change_file_space() with a NULL
as the first parameter (file), it may trigger a NULL pointer dereferrence
due to a missing check.

Addresses http://bugs.launchpad.net/bugs/1006012

Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
Reported-by: default avatarBret Towe <magnade@gmail.com>
Tested-by: default avatarBret Towe <magnade@gmail.com>
Cc: Sunil Mushran <sunil.mushran@oracle.com>
Acked-by: default avatarJoel Becker <jlbec@evilplan.org>
Acked-by: default avatarMark Fasheh <mfasheh@suse.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6b4fa63a
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