commit | ac9d467c5eb0ecb1a1327671a61a69efd89bc298 | [log] [tgz] |
---|---|---|
author | Thierry Fournier <tfournier@arpalert.org> | Fri Mar 25 08:43:46 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 30 15:38:10 2016 +0200 |
tree | b94b512dd34e4851914df501060b3ed4bcc27aa3 | |
parent | 85dc1d3995a20af6b404764584357914a41027fb [diff] |
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.