]> git.saurik.com Git - apt.git/commit
Fix a segfault in the version merger introduced in the previous patch:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 18 Mar 2010 12:27:55 +0000 (13:27 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 18 Mar 2010 12:27:55 +0000 (13:27 +0100)
commite426a5ff1cd02797b29f5781be4d6fc8bdf44610
tree2b3ec56549be553e53e1d06ed58485721d322e75
parent6086b2b2a250c066b713097ea70a08f9ae225692
Fix a segfault in the version merger introduced in the previous patch:
As we skip now versions with a different hash we will have situations
in which the version is equal but the hash different causing to check
the next version, but as this version was the last one the version
iterator is invalid then the merger wants to add further information.
apt-pkg/pkgcachegen.cc