BUG/MINOR: haproxy: always initialize sleeping_thread_mask
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2020 16:24:53 +0000 (17:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2020 18:09:46 +0000 (19:09 +0100)
commitf8ea00e05e1e5358311086e2a4b9a47fb3fb306c
tree604e10019a9a33ee0b9fe02594c251b3e4636b6d
parent51d9339d04fb53c63a3f55c9cea2f4a63e6facbe
BUG/MINOR: haproxy: always initialize sleeping_thread_mask

Surprizingly the variable was never initialized, though on most
platforms it's zeroed at boot, and it is relatively harmless
anyway since in the worst case the bits are updated around poll().

This was introduced by commit 79321b95a85 and needs to be backported
as far as 1.9.
src/haproxy.c