mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 04:22:44 +02:00
applet_getword() function is returning one extra byte when a string is returned because the "ret" variable is not reset before the loop on the data. The patch also fixes applet_getline(). It is a 3.3-specific issue. No need to backport.