]> git.saurik.com Git - apt.git/commitdiff
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)
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...


No differences found