]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: uri-auth: fix possible null-deref in latest fix for leaks
authorWilly Tarreau <w@1wt.eu>
Mon, 11 May 2026 14:33:00 +0000 (16:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 May 2026 14:33:44 +0000 (16:33 +0200)
commitaa2c7034e1a3303a2ba34fe750e65047f39f1988
tree0b0431d08ed71cbc5ffc38541fcd9b41a45432a1
parent241cfb2483968fd72baf3bc31d7ff0d956bcd9ac
BUG/MINOR: uri-auth: fix possible null-deref in latest fix for leaks

Latest commit 2dfbc311a8 ("BUG/MINOR: uri-auth: avoid leaks on
initialization error") left a possible null-deref case which was
surprisingly only detected by certain compiler combinations. No
backport needed.
src/uri_auth.c