mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-27 17:21:00 +02:00
When mapping memory with mmap(), we should use a fd of -1, not 0. 0 may work on linux, but it doesn't work on FreeBSD, and probably other OSes. It would be nice to backport this to 1.8 to help debugging there.