From: Eric Covener Date: Sat, 21 Jun 2014 13:13:10 +0000 (+0000) Subject: propose another fix unsafe c->sbh = NULL X-Git-Tag: 2.4.10~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=622d3711b8bc3ee3ddfb6ed51b4badc1a59dfebf;p=apache propose another fix unsafe c->sbh = NULL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1604352 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index df06a32572..68424ea1e9 100644 --- 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