]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: standard: The function parse_binary() can use preallocated buffer
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 6 Dec 2013 18:59:28 +0000 (19:59 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Dec 2013 14:42:11 +0000 (15:42 +0100)
commit9645d42d747288b66d7e9c94511e2bfe31a6bc7a
treec76dd324fa202b0549ec4ebfa8ec1ca0b233b7f0
parent7148ce6ef433cb46974f1241961f363027d0c013
MINOR: standard: The function parse_binary() can use preallocated buffer

Let the function support pre-allocated buffers if the argument is not null,
or allocate its own buffer if it is null.
src/standard.c