https://issues.apache.org/bugzilla/show_bug.cgi?id=57544

--- Comment #4 from Mark Thomas <ma...@apache.org> ---
Yep. If you enter that loop with pos == 0 it is going to enter an infinite
loop.

The loop doesn't need to be there anyway. System.arrayCopy() is smart enougth
to handle the problem the loop is trying to avoid.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to