mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-03 01:51:00 +01: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.