]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
ensure that d is set before accessing it
[apt.git] / debian / changelog
index b0c74ea31188e26b61c6ad5618863226a4ba90f7..040ca95440856012c961317b8149db3d1af4ef80 100644 (file)
@@ -40,6 +40,12 @@ 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)
+    - collect zombie (de)compressor processes on reopen
+    - ensure that in error conditions the Fail flag is set
+    - ensure that d is set before accessing it
   * apt-pkg/aptconfiguration.cc:
     - use NULL instead of "" for no (un)compress parameters