summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-05-09 22:05:18 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-05-09 22:05:18 +0200
commitba667cf74b94846c0696ae7a27e53b28492554b6 (patch)
tree46b8ee8121d7893fcedd27975c2470dcb58e9bb1 /debian
parente29d7e3e1c7bcff54123b9a69f9b0136d4cf1de5 (diff)
ensure that we do init d only once and especially not with its own
content as this causes some "interesting" hickups resulting in segfaults as it seems (Closes: #554387, #670979)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b0c74ea31..6b9ba6769 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,9 @@ apt (0.9.3) UNRELEASED; urgency=low
for the report. (Closes: #671721)
* apt-pkg/contrib/fileutl.cc:
- check that the fd which are closed are valid
+ - ensure that we do init d only once and especially not with its own
+ content as this causes some "interesting" hickups resulting in segfaults
+ as it seems (Closes: #554387, #670979)
* apt-pkg/aptconfiguration.cc:
- use NULL instead of "" for no (un)compress parameters