summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2013-12-24 16:41:34 +0000
committerEric Covener <covener@apache.org>2013-12-24 16:41:34 +0000
commit5539f83ec956842dfef8ecd305b3f76f7a26f013 (patch)
treedb243a991aac9a9c67c06dc85fe8a93a3464ff58
parent25ebcb4517d0cfc98ae4d52615d69aedba122845 (diff)
downloadhttpd-5539f83ec956842dfef8ecd305b3f76f7a26f013.tar.gz
merge comments into propsoal, reset vote but include Jeff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553299 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS12
1 files changed, 2 insertions, 10 deletions
diff --git a/STATUS b/STATUS
index 258235d24e..77b718b4c4 100644
--- a/STATUS
+++ b/STATUS
@@ -105,17 +105,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
* ab: Check if malloc succeeded
PR54344
trunk: http://svn.apache.org/viewvc?view=revision&revision=1488492
+ http://svn.apache.org/viewvc?view=revision&revision=1542533
2.4.x: trunk patch works
- +1: jailletc36, jim
- trawick: what happens if malloc() fails? same msg error over and over?
- (doubtful it gets better for more than a very short while, until
- the leak or fragmentation overtakes temporary freeing of memory)
- is the state of that connection messed up from leaving
- ssl_proceed_handshake() early?
- sf: I also think that aborting on oom with a clean error message would
- be better.
- I would add http://svn.apache.org/viewvc?view=revision&revision=1542533
- trawick: +1 to 1542533
+ +1: trawick, covener
* mod_auth_form: Make sure the optional functions are loaded even when
the AuthFormProvider isn't specified.