]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: debug: fix build issue on 32-bit platforms in "debug dev task"
authorWilly Tarreau <w@1wt.eu>
Fri, 12 May 2023 02:40:06 +0000 (04:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 May 2023 02:40:06 +0000 (04:40 +0200)
commit94df1b57ee0e2f3df97c0348f52ea7c74d98e12a
treea83d9dd8fae2f48a54c9591d6e5cb21288e8e546
parente279f595adc8b5b1bfcfe06e2ae7581618115474
BUILD: debug: fix build issue on 32-bit platforms in "debug dev task"

Commit 986798718 ("DEBUG: cli: add "debug dev task" to show/wake/expire/kill
tasks and tasklets") caused a build failure on 32-bit platforms when parsing
the task's pointer. Let's use strtoul() and not strtoll(). No backport is
needed, unless the commit above gets backported.
src/debug.c