]> git.kaiwu.me - haproxy.git/commit
BUILD: tools: potential null pointer dereference in dl_collect_libs_cb
authorWilliam Lallemand <wlallemand@irq6.net>
Mon, 23 Mar 2026 20:48:36 +0000 (21:48 +0100)
committerWilliam Lallemand <wlallemand@irq6.net>
Mon, 23 Mar 2026 20:52:56 +0000 (21:52 +0100)
commit33041fe91fe47c6e6e24fb945fca3f37cd4ad0ab
treef65d588a35686904e040788a8f7c960515ad79e8
parent8e250bba8f14ffa44f7a87caa7130f761116cbe4
BUILD: tools: potential null pointer dereference in dl_collect_libs_cb

This patch fixes a warning that can be reproduced with gcc-8.5 on RHEL8
(gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-28)).

This should fix issue #3303.

Must be backported everywhere 917e82f283 ("MINOR: debug: copy debug
symbols from /usr/lib/debug when present") was backported, which is
to branch 3.2 for now.
src/tools.c