]> git.saurik.com Git - apt.git/commit
don't leak an FD in lz4 (de)compression
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 9 Jun 2016 19:06:48 +0000 (21:06 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 10 Jun 2016 13:25:19 +0000 (15:25 +0200)
commit49997ef025ee454283722a01210c169ca8910a98
tree58f2355cc6aacdfa0b3a375e545b3ec74d853086
parent36feef0dc51c444de1449ba26a0bf2248716591d
don't leak an FD in lz4 (de)compression

Seen first in #826783, but as this buglog also shows leaked uncompressed
files as well we don't close it just yet.

(cherry picked from commit 6f35be91c9e86e463bca7df6eadf05412c7b732c)
apt-pkg/contrib/fileutl.cc
test/integration/test-apt-helper-cat-file
test/interactive-helper/makefile
test/interactive-helper/test_fileutl.cc [new file with mode: 0644]
test/libapt/file-helpers.cc