Files
android_kernel_xiaomi_sm8450/fs/ocfs2
Joseph Qi 023d4ea358 ocfs2: fix possible uninitialized variable access
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>
2015-04-14 16:48:58 -07:00
..
2014-11-19 13:01:20 -05:00
2013-06-29 12:57:02 +04:00
2011-07-25 14:58:15 -07:00
2015-04-09 07:18:48 -04:00
2008-10-13 13:57:57 -07:00
2014-01-21 16:19:41 -08:00
2011-03-31 11:26:23 -03:00
2012-05-29 23:28:40 -04:00