haproxy/include
Willy Tarreau 29bf96d73d MINOR: task: always reset curr_task when freeing a task or tasklet
With the thread debugger it becomes visible that we can leave some
wandering pointers for a while in curr_task, which is inappropriate.
This patch addresses this by resetting curr_task to NULL before really
freeing the area. This way it becomes safe even regarding signals.
2019-05-17 17:16:20 +02:00
..
common MINOR: thread: implement ha_thread_relax() 2019-05-17 17:16:20 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: task: always reset curr_task when freeing a task or tasklet 2019-05-17 17:16:20 +02:00
types MEDIUM: Make 'option forceclose' actually warn 2019-05-16 18:02:03 +02:00