leeychee opened a new pull request, #1068:
URL: https://github.com/apache/tomcat/pull/1068

   readHostIPv4() called isNumeric() before it checked for end of input. 
isNumeric() probes a 256 element table and relies on an 
ArrayIndexOutOfBoundsException to report an out of range argument, so reading 
to the end of a IPv4 that has no port produced an out of range table index and 
a thrown, then swallowed, exception on every parse.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to