Whamcloud - gitweb
e2fsck: fix possible double free when searching for config file
authorTheodore Ts'o <tytso@mit.edu>
Fri, 3 Jan 2014 14:51:44 +0000 (09:51 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 5 Jan 2014 00:11:37 +0000 (19:11 -0500)
commit603fc2cb4b0f04f7c4e9c75bfea1b91fe000e47a
tree5b1fa0c9176a8a62e188760b0f2c202608757608
parentb34b94d5cd500e0369f0af43b21ab6af890e531d
e2fsck: fix possible double free when searching for config file

This happens if there is an error while scanning a directory for
config file fragments.  This is rarely used, which is why we didn't
notice this.

Addresses-Coverity-Bug: #1138576

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/profile.c