]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: log-format: uncatched memory allocation functions
authorThierry FOURNIER / OZON.IO <thierry.fournier@ozon.io>
Tue, 22 Nov 2016 22:24:10 +0000 (23:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 17:54:25 +0000 (18:54 +0100)
commit9cbfef24557ac72cdaf8c597c9ebab2b2baccce7
tree3e98a144de2a78e3623d15dc907e62643bb59d27
parentdf4399fcb6063f65aae53948bcb1e8659cb3c478
BUG/MINOR: log-format: uncatched memory allocation functions

Some return code of memory allocation functions are not tested.
This patch fix theses checks.
src/log.c