commit | f8ea00e05e1e5358311086e2a4b9a47fb3fb306c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Mar 12 17:24:53 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 12 19:09:46 2020 +0100 |
tree | 604e10019a9a33ee0b9fe02594c251b3e4636b6d | |
parent | 51d9339d04fb53c63a3f55c9cea2f4a63e6facbe [diff] |
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.