You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2013/09/14 00:14:13 UTC

svn commit: r1523127 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

Author: schultz
Date: Fri Sep 13 22:14:13 2013
New Revision: 1523127

URL: http://svn.apache.org/r1523127
Log:
Added changelog item to match the patch in r1518225.

Modified:
    tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml?rev=1523127&r1=1523126&r2=1523127&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Fri Sep 13 22:14:13 2013
@@ -54,6 +54,10 @@
       <bug>51655</bug> Added a decent description of what tcnative actually is.
       (schultz)
     </fix>
+    <fix>
+      <bug>51813</bug> Add NULL-checking for <code>s-&gt;net</code> to
+      avoid SIGSEGV in situations where it appears a socket bas been recycled.
+    </fix>
   </changelog>
 </section>
 <section name="Changes between 1.1.26 and 1.1.27">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r1523127 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

Posted by sebb <se...@gmail.com>.
On 13 September 2013 23:14,  <sc...@apache.org> wrote:
> Author: schultz
> Date: Fri Sep 13 22:14:13 2013
> New Revision: 1523127
>
> URL: http://svn.apache.org/r1523127
> Log:
> Added changelog item to match the patch in r1518225.
>
> Modified:
>     tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
>
> Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
> URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml?rev=1523127&r1=1523126&r2=1523127&view=diff
> ==============================================================================
> --- tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml (original)
> +++ tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Fri Sep 13 22:14:13 2013
> @@ -54,6 +54,10 @@
>        <bug>51655</bug> Added a decent description of what tcnative actually is.
>        (schultz)
>      </fix>
> +    <fix>
> +      <bug>51813</bug> Add NULL-checking for <code>s-&gt;net</code> to
> +      avoid SIGSEGV in situations where it appears a socket bas been recycled.

s/bas/has/

> +    </fix>
>    </changelog>
>  </section>
>  <section name="Changes between 1.1.26 and 1.1.27">
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org