]> granicus.if.org Git - apache/commitdiff
propose another fix unsafe c->sbh = NULL
authorEric Covener <covener@apache.org>
Sat, 21 Jun 2014 13:13:10 +0000 (13:13 +0000)
committerEric Covener <covener@apache.org>
Sat, 21 Jun 2014 13:13:10 +0000 (13:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1604352 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index df06a325728f5ffc25e12e44b823c06766cc739f..68424ea1e921fa3424582c4504769b9bbcecda3c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -264,6 +264,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1592032
      2.4.x patch: http://people.apache.org/~trawick/r1592032.txt
      +1: trawick, ylavic
+  
+   * event MPM: fix a race where a worker looks at a conn_rec after it might be
+                in use by another thread or may have been freeed and 
+                re-allocated.
+     trunk patch: http://svn.apache.org/r1604350
+     2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-event_sbh-race.diff
+     +1 covener
 
 OTHER PROPOSALS