This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 7109709  Add a changelog entry for the APR crash fix
7109709 is described below

commit 710970980b85acaba5460ecc426b67f7ea02ea8f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Nov 11 14:44:18 2021 +0000

    Add a changelog entry for the APR crash fix
    
    The fix appears to have stopped the crashes during the BuildBot test
    runs so add it to the change log
---
 webapps/docs/changelog.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index a6663f5..4c29077 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -170,6 +170,11 @@
         open a server socket as continuing in this case will trigger a JVM 
crash.
         (markt)
       </fix>
+      <fix>
+        Fix a potential JVM crash when using the APR/Native connector with TLS.
+        A crash could occur if the connector was stopped whilst a connection 
was
+        performing a TLS handshake. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">

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

Reply via email to