From: David Kalnischkies Date: Tue, 21 Jul 2009 14:54:28 +0000 (+0200) Subject: eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc X-Git-Tag: 0.7.22~13^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/c5f44afc2446d738e30ea4c6021d4b60915546b1?ds=sidebyside;hp=c5f44afc2446d738e30ea4c6021d4b60915546b1 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... ---