mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-25 08:51:10 +01:00
The user-agent string copy had an off-by-one error: the buffer size limit did not account for the null terminator, and the memcpy length used i-1 which truncated the last character of the user-agent string. This should be backported to lower branches.