summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-04-19 10:54:44 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2012-04-19 10:54:44 +0200
commit2448a064f33c66d4f698375d30b87201a5a3b103 (patch)
treefc803751ce1129a35e567e657fd67764f108cf20 /debian
parent671b7116373153c6498bffafc7d0312b67ffb069 (diff)
* apt-inst/contrib/extracttar.cc:
- ensure that in StartGzip the InFd is set to "AutoClose" to ensure that the pipe is closed when InFd is closed. This fixes a Fd leak (LP: #985452)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 48b63784e..50d6ea3ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+apt (0.8.16~exp15) unstable; urgency=low
+
+ * apt-inst/contrib/extracttar.cc:
+ - ensure that in StartGzip the InFd is set to "AutoClose" to ensure
+ that the pipe is closed when InFd is closed. This fixes a Fd leak
+ (LP: #985452)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 19 Apr 2012 10:53:30 +0200
+
apt (0.8.16~exp14) UNRELEASED; urgency=low
[ Michael Vogt ]