]> git.saurik.com Git - apt.git/commit - test/integration/test-apt-helper-cat-file
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)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 10 Jun 2016 08:49:34 +0000 (10:49 +0200)
commit6f35be91c9e86e463bca7df6eadf05412c7b732c
tree118d35c699e816941f6fc6faf09d24b71cca06d2
parentbdc42211700ef0f6f40e4ef3f362e52d684d70fb
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.
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