https://bz.apache.org/bugzilla/show_bug.cgi?id=61511

--- Comment #3 from Luca Toscano <[email protected]> ---
if (strlen(line) >= MAX_STRING_LEN) should probably be if (strlen(line) >
MAX_STRING_LEN).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to