commit | 64a16ab19cd7d5a5484b3fed3ae99e4ffb4caa71 | [log] [tgz] |
---|---|---|
author | David Carlier <dcarlier@afilias.info> | Fri Apr 08 10:37:02 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 12 11:08:24 2016 +0200 |
tree | b1487f2e28da9be7823e29f46a0e430597c236c2 | |
parent | 97880bb46d592e4bd184bffe4c9a71c5f549aff2 [diff] |
BUG/MEDIUM: sample: initialize the pointer before parse_binary call. parse_binary line 2025 checks the nullity of binstr parameter. Other calls of parse_binary properly zeroify this parameter. [wt: this could result in random failures of the const parser]