]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: standard: Add memvprintf function
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 24 Oct 2017 09:25:33 +0000 (11:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 10:36:12 +0000 (11:36 +0100)
commit93a518f02a8048fabd34c2f364e3ca9e42e4db06
treecdaf0b700fc0a6bcc61f853fdd5ab90b7fab9ae8
parent31dff9b1bde9263c331d197a24e485e89934cb9b
MINOR: standard: Add memvprintf function

Now memprintf relies on memvprintf. This new function does exactly what
memprintf did before, but it must be called with a va_list instead of a variable
number of arguments. So there is no change for every functions using
memprintf. But it is now also possible to have same functionnality from any
function with variadic arguments.
include/common/standard.h
src/standard.c