mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 20:33:29 +02:00
Better check that munmap() always works, otherwise it means we might have miscalculated an address, and if it fails silently, it will eat all the memory extremely quickly. Let's add a BUG_ON() on munmap's return.