Home
last modified time | relevance | path

Searched hist:f0c9fd5458bacf7b12a9a579a727dc740cbe047e (Results 1 – 1 of 1) sorted by relevance

/linux/fs/jbd2/
H A Drevoke.cdiff cd9cb405e0b948363811dc74dbb2890f56f2cb87 Wed Mar 15 20:08:48 CET 2017 Eric Biggers <ebiggers@google.com> jbd2: don't leak memory if setting up journal fails

In journal_init_common(), if we failed to allocate the j_wbuf array, or
if we failed to create the buffer_head for the journal superblock, we
leaked the memory allocated for the revocation tables. Fix this.

Cc: stable@vger.kernel.org # 4.9
Fixes: f0c9fd5458bacf7b12a9a579a727dc740cbe047e
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>