mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 09:12:48 +02:00
The strl2ic() and strl2uic() primitives used to convert string to integers could return 10 times the value read if they stopped on non-digit because of a mis-placed loop exit.