Re: svn commit: r1757487 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/SecureNioChannel.java webapps/docs/changelog.xml

2016-09-19 Thread Mark Thomas
On 19/09/2016 11:13, Rémy Maucherat wrote: > 2016-08-24 12:26 GMT+02:00 : > >> Author: markt >> Date: Wed Aug 24 10:26:08 2016 >> New Revision: 1757487 >> >> URL: http://svn.apache.org/viewvc?rev=1757487=rev >> Log: >> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60030 >>

Re: svn commit: r1757487 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/SecureNioChannel.java webapps/docs/changelog.xml

2016-09-19 Thread Rémy Maucherat
2016-08-24 12:26 GMT+02:00 : > Author: markt > Date: Wed Aug 24 10:26:08 2016 > New Revision: 1757487 > > URL: http://svn.apache.org/viewvc?rev=1757487=rev > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60030 > Correct a potential infinite loop in the SNI parsing

svn commit: r1757487 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/SecureNioChannel.java webapps/docs/changelog.xml

2016-08-24 Thread markt
Author: markt Date: Wed Aug 24 10:26:08 2016 New Revision: 1757487 URL: http://svn.apache.org/viewvc?rev=1757487=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60030 Correct a potential infinite loop in the SNI parsing code triggered by failing to handle an end of stream condition.