]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: standard: make memprintf() support a NULL destination
authorWilly Tarreau <w@1wt.eu>
Thu, 20 Sep 2012 17:43:14 +0000 (19:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 24 Sep 2012 08:53:16 +0000 (10:53 +0200)
commiteb6cead1dee890ab205453a397a38499b50fc75c
treef4ae805d7f49e1924cddd9e2178b3c28b23c9777
parentce39bfb7c433f60bc3dd924b699d135c499c0efe
MINOR: standard: make memprintf() support a NULL destination

Doing so removes many checks that were systematically made because
the callees don't know if the caller passed a valid pointer.
include/common/standard.h
src/acl.c
src/arg.c
src/listener.c
src/proto_http.c
src/proto_tcp.c
src/proto_uxst.c
src/ssl_sock.c
src/standard.c