Whamcloud - gitweb
tune2fs: fix uninitialized variable in remove_journal_device
authorTheodore Ts'o <tytso@mit.edu>
Thu, 31 Jul 2014 15:49:48 +0000 (11:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 31 Jul 2014 15:49:48 +0000 (11:49 -0400)
commit7d0109c0853e3f7c618a352fdd7c9e4924fadfcf
tree62a25839a556c42042113511874acb877cf559d0
parent9c2c1e9a3d12563c68d6817b609bbfec0af149cb
tune2fs: fix uninitialized variable in remove_journal_device

This bug was introduced by commit 7dfefaf413bbd ("tune2fs: update
journal super block when changing UUID for fs").

Fixes-Coverity-Bug: 1229243

Reported-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/tune2fs.c