]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: chunk: drop the global thread_dump_buffer
authorWilly Tarreau <w@1wt.eu>
Sat, 19 Oct 2024 13:18:44 +0000 (15:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 19 Oct 2024 13:42:00 +0000 (15:42 +0200)
commita6698304e03847f3e114b22b4229b382f3ddffd1
tree7e135b6eaa39c3a32773891bb19d7901d29c1d5b
parent8e048603d1bba0721433a5ae0480fbf1ab6f4897
MINOR: chunk: drop the global thread_dump_buffer

This variable is not very useful and is confusing anyway. It was mostly
used to detect that a panic dump was still in progress, but we can now
check mark_tainted() for this. The pointer was set to one of the dumping
thread's trash chunks. Let's temporarily continue to copy the dumps to
that trash, we'll remove it later.
src/debug.c