]> git.kaiwu.me - haproxy.git/commit
MINOR: tools: memvprintf(): remove <out> check that always true
authorEgor Shestakov <egor@ved1.me>
Wed, 8 Apr 2026 15:24:56 +0000 (15:24 +0000)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 13 Apr 2026 12:36:52 +0000 (14:36 +0200)
commitc82b10b8d28e4303e7de5da8362a90bca5713acc
treecec13364bfcd48701cfcf1121470ffa0e04c2c55
parent76f74d7a55b276f4f025ce878c00dc6dcff97acf
MINOR: tools: memvprintf(): remove <out> check that always true

memvprintf() exits early if the <out> is NULL, so the further NULL check is
redundant.

No backport needed.
src/tools.c