Re: svn commit: r1518225 - /tomcat/native/branches/1.1.x/native/src/network.c

2013-08-29 Thread Christopher Schultz
Rainer, On 8/29/13 1:23 PM, Rainer Jung wrote: > On 28.08.2013 16:52, schu...@apache.org wrote: >> Author: schultz >> Date: Wed Aug 28 14:52:00 2013 >> New Revision: 1518225 >> >> URL: http://svn.apache.org/r1518225 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51813 >> >> Add

Re: svn commit: r1518225 - /tomcat/native/branches/1.1.x/native/src/network.c

2013-08-29 Thread Rainer Jung
On 28.08.2013 16:52, schu...@apache.org wrote: > Author: schultz > Date: Wed Aug 28 14:52:00 2013 > New Revision: 1518225 > > URL: http://svn.apache.org/r1518225 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51813 > > Add NULL-checking for s->net to avoid SIGSEGV in situations w

svn commit: r1518225 - /tomcat/native/branches/1.1.x/native/src/network.c

2013-08-28 Thread schultz
Author: schultz Date: Wed Aug 28 14:52:00 2013 New Revision: 1518225 URL: http://svn.apache.org/r1518225 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51813 Add NULL-checking for s->net to avoid SIGSEGV in situations where it appears a socket has been recycled. Modified: tomca