Olivier Houchard 62975a7740 BUG/MEDIUM: pools: Fix the usage of mmap()) with DEBUG_UAF.
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.
2018-10-21 05:43:33 +02:00
..
2018-07-20 13:39:30 +02:00
2015-10-12 20:58:51 +02:00
2017-11-26 19:50:17 +01:00