commit | 2edcd4cbde50093e68e0587c6a26ceaf114cea95 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 28 10:39:50 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 28 10:39:52 2020 +0200 |
tree | 130cbabb4e19df12ffed4db51798f4b69a548197 | |
parent | 931ae5b1034fb61d989e5365aa4ba97f74b8c865 [diff] |
BUG/MINOR: checks: Avoid incompatible cast when a binary string is parsed parse_binary() function must be called with a pointer on an integer. So don't pass a pointer on a size_t element, casting it to a pointer on a integer. Partly fixes issue #600. No backport needed.