]> git.ipfire.org Git - thirdparty/coreutils.git/commit
fiemap copy: avoid leak-on-error
authorJim Meyering <meyering@redhat.com>
Thu, 27 Jan 2011 16:49:04 +0000 (17:49 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 29 Jan 2011 08:41:07 +0000 (09:41 +0100)
commit47c8476ec9629239c82caf50b1c68b7bc58ba2d6
tree0adc41a93d40d97aaca3a8e5b9577b727b5ce357
parent33f4a4a549afb3de94e546091c91586a1ece67ba
fiemap copy: avoid leak-on-error

* src/copy.c (extent_copy): Don't leak an extent_scan buffer on
failed lseek, read, or write.
src/copy.c