mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-30 18:51:05 +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.