commit | 9c2cb2deee130247bffa3a75dadfd86b268f6671 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 28 16:40:41 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 28 16:43:39 2020 +0200 |
tree | f6926d8866d5d5b6f7b25c2a75cf561b9342ab20 | |
parent | 57c8eb939dfa240892dd74cc90ce46578783e5ae [diff] |
BUG/MINOR: checks: Set the output buffer length before calling parse_binary() A bug was introduced in the commit 2edcd4cbd ("BUG/MINOR: checks: Avoid incompatible cast when a binary string is parsed"). The length of the destination buffer must be set before call the parse_binary() function. No backport needed.