* apt-pkg/contrib/mmap.cc:
authorJulian Andres Klode <jak@debian.org>
Sat, 16 Jun 2012 12:35:15 +0000 (14:35 +0200)
committerJulian Andres Klode <jak@debian.org>
Sat, 16 Jun 2012 12:35:15 +0000 (14:35 +0200)
commit7899a1339ced1e8fa10730e5619349b9fd782fac
tree98291201a90673b1309ef3d129b67d41730b4dba
parente08c5854bb9b5f352b0856533f95c12e858728ca
* apt-pkg/contrib/mmap.cc:
  - Fix the Fallback option to work correctly, by not calling
    realloc() on a map mapped by mmap(), and by using malloc
    and friends instead of new[].
apt-pkg/contrib/mmap.cc
debian/changelog