haproxy/include
Olivier Houchard 0742c314c3 BUG/MEDIUM: tasks: Make sure we switch wait queues in task_set_affinity().
In task_set_affinity(), leave the wait_queue if any before changing the
affinity, and re-enter a wait queue once it is done. If we don't do that,
the task may stay in the wait queue of another thread, and we later may
end up modifying that wait queue while holding no lock, which could lead
to memory corruption.

THis should be backported to 2.1, 2.0 and 1.9.
2019-12-05 15:11:19 +01:00
..
common BUG/MINOR: ssl: fix X509 compatibility for openssl < 1.1.0 2019-12-03 07:13:12 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto BUG/MEDIUM: tasks: Make sure we switch wait queues in task_set_affinity(). 2019-12-05 15:11:19 +01:00
types MEDIUM: init: prevent process and thread creation at runtime 2019-12-03 11:49:00 +01:00