commit | 27b1b22882d32aa711ab4801700dad997440d940 | [log] [tgz] |
---|---|---|
author | Andi Shyti <andi@etezian.org> | Wed Aug 28 14:00:00 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Aug 28 14:00:00 2013 -0400 |
tree | d7e1da3eac994ca4af12b588ab20379bfb6211b3 | |
parent | 90e775b71ac4e685898c7995756fe58c135adaa6 [diff] |
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>