ezelkow1 opened a new pull request #7421:
URL: https://github.com/apache/trafficserver/pull/7421


   There is a 300char max buffer size on lines url sig. If there is a comment 
longer than this then it will show up in the next fgets. If that happens to 
contain an `=` then it may end up being parsed as a rule otherwise it is thrown 
away but has an error printed.
   This changes the comment handling so that if there is no `\n` seen at the 
end of the string in the buffer then it is assumed it is a long comment line 
and urlsig will continue eating the buffer until it hits a `\n`
   
   Fixed #7419 


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

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


Reply via email to