eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
authorDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 21 Jul 2009 14:54:28 +0000 (16:54 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 21 Jul 2009 14:54:28 +0000 (16:54 +0200)
commitc5f44afc2446d738e30ea4c6021d4b60915546b1
tree1cfe5423b78af6575458b7b357cdff5264246c14
parent6009e60d0192832277242438ad7ca2fc24a4c075
eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
which can arise if cache doesn't fit into the mmap (Closes: #535218)

This removes also the previously introduced SegfaultSignalHandler:
The handler works, but is ugly by design...
apt-pkg/contrib/mmap.cc
apt-pkg/pkgcachegen.cc
debian/changelog