SolidWallOfCode opened a new pull request #8080:
URL: https://github.com/apache/trafficserver/pull/8080


   This was the cause of some crashes in production. The host length has been 
adjusted for skipping the scheme but the path length has not, so using the 
latter causes the search to proceed beyond the end of the string. The result is 
if there is no '/' in the URL but there is a '/' within a few characters of the 
end of the URL, that '/' will be found leading to negative lengths being stored 
and thence `assert` failures dues to the logging output being too small.


-- 
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]


Reply via email to