ext4: fix use of potentially uninitialized variables in debugging code
authorAndi Shyti <andi@etezian.org>
Wed, 28 Aug 2013 18:00:00 +0000 (14:00 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 28 Aug 2013 18:00:00 +0000 (14:00 -0400)
commit27b1b22882d32aa711ab4801700dad997440d940
treed7e1da3eac994ca4af12b588ab20379bfb6211b3
parent90e775b71ac4e685898c7995756fe58c135adaa6
ext4: fix use of potentially uninitialized variables in debugging code

If ext_debugging is enabled and path[depth].p_ext is NULL, len
and lblock are printed non initialized

Signed-off-by: Andi Shyti <andi@etezian.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c
This page took 0.024693 seconds and 5 git commands to generate.