]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: prevent the dump of uninitialized vars
authorThierry Fournier <tfournier@arpalert.org>
Fri, 25 Mar 2016 07:43:46 +0000 (08:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 Mar 2016 13:38:10 +0000 (15:38 +0200)
commitac9d467c5eb0ecb1a1327671a61a69efd89bc298
treeb94b512dd34e4851914df501060b3ed4bcc27aa3
parent85dc1d3995a20af6b404764584357914a41027fb
BUG/MINOR: prevent the dump of uninitialized vars

Some vars are not initialized when the dumps of variables
are called. This patch prevent the dereferencement of
uninitialized pointers.
src/dumpstats.c