haproxy/include
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
..
common BUG/MEDIUM: pools: Fix the usage of mmap()) with DEBUG_UAF. 2018-10-21 05:43:33 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: fd: centralize poll timeout computation in compute_poll_timeout() 2018-10-17 19:59:43 +02:00
types MEDIUM: time: measure the time stolen by other threads 2018-10-19 08:51:59 +02:00