]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: sample: initialize the pointer before parse_binary call.
authorDavid Carlier <dcarlier@afilias.info>
Fri, 8 Apr 2016 09:37:02 +0000 (10:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 Apr 2016 09:08:24 +0000 (11:08 +0200)
commit64a16ab19cd7d5a5484b3fed3ae99e4ffb4caa71
treeb1487f2e28da9be7823e29f46a0e430597c236c2
parent97880bb46d592e4bd184bffe4c9a71c5f549aff2
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]
src/sample.c