mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 09:24:02 +02:00
This patch fixes a bad stop condition when decoding a protocol buffer variable integer whose maximum lenghts are 10, shifting a uint64_t value by more than 63. Thank you to Ilya for having reported this issue. Must be backported to 2.1 and 2.0.