Revision 023d4ea358494ccfeb37abfe5b0fd01b45a6051c authored by Joseph Qi on 14 April 2015, 22:43:33 UTC, committed by Linus Torvalds on 14 April 2015, 23:48:58 UTC
In ocfs2_local_alloc_find_clear_bits and ocfs2_get_dentry, variable
numfound and set may be uninitialized and then used in tracepoint.  In
ocfs2_xattr_block_get and ocfs2_delete_xattr_in_bucket, variable block_off
and xv may be uninitialized and then used in the following logic due to
unchecked return value.

This patch fixes these possible issues.

Signed-off-by: Joseph Qi <joseph.qi@huawei.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 7c01ad8
History
File Mode Size
Makefile -rw-r--r-- 288 bytes
kasan.c -rw-r--r-- 12.1 KB
kasan.h -rw-r--r-- 2.2 KB
report.c -rw-r--r-- 7.3 KB

back to top