freebsd-src
freebsd-src copied to clipboard
bsdiff: Use mmap instead of malloc
Use mmap instead of malloc in bsdiff/bspatch.
Debian adds a patch only to bsdiff to use mmap. Also Chromium's fork uses mmap.
I tested it and it works. Haven't done any regression or performance tests though.