commit | 94df1b57ee0e2f3df97c0348f52ea7c74d98e12a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 12 04:40:06 2023 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 12 04:40:06 2023 +0200 |
tree | a83d9dd8fae2f48a54c9591d6e5cb21288e8e546 | |
parent | e279f595adc8b5b1bfcfe06e2ae7581618115474 [diff] |
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.