Whamcloud - gitweb
libext2fs: fix potential resource leak in ext2fs_file_write
authorTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jun 2018 01:57:40 +0000 (21:57 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jun 2018 01:57:40 +0000 (21:57 -0400)
commit267ff15d446076b9274bc275cc1f61922bb5d198
treed02c43bff475f63ecd587d3084c91c4df4bb1ec2
parent32b8802aa5d867a0497cd6135c5f48039b0ba71c
libext2fs: fix potential resource leak in ext2fs_file_write

If EXT2_FLAG_SHARE_DUP is set, and ext2fs_bmap2() fails, it's possible
that we will leak the allocated memory in new_block.

Fixes-Coverity-Bug: 1437473
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/fileio.c