diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-29 13:37:33 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-29 13:37:33 +0200 |
commit | 64dda04bd949ab73ca77732fcc5149cc7c2a5557 (patch) | |
tree | 981c362daf280297ce2b3c3e6651f16fdfa0e9b8 /debian | |
parent | 2ec858bc68bc2d79ec020fe24be2d76b7c5b6792 (diff) |
* apt-pkg/pkgcachegen.{cc,h}:
- use ref-to-ptr semantic in NewDepends() to ensure that the
libapt does not segfault if the cache is remapped in between
(LP: #812862)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3e1a619ac..a8c757233 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,10 @@ apt (0.8.15.2) unstable; urgency=high that changes in the ordering there will be honored by apt * apt-pkg/sourcelist.{cc,h}: - add pkgSourceList::GetLastModifiedTime() helper + * apt-pkg/pkgcachegen.{cc,h}: + - use ref-to-ptr semantic in NewDepends() to ensure that the + libapt does not segfault if the cache is remapped in between + (LP: #812862) -- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200 |