summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2012-02-27 13:53:27 +0000
committerStefan Fritsch <sf@apache.org>2012-02-27 13:53:27 +0000
commit186ce9cc78d4c59dc2925117c46d7522fff2b68d (patch)
treef2a4449609f40b7c38911940ec74c1cd262cc74d /CHANGES
parent6dd1859e3e8be3e5881718c05816272ed99a01dc (diff)
downloadhttpd-186ce9cc78d4c59dc2925117c46d7522fff2b68d.tar.gz
Merge r1293405:
Fix AddOutputFilterByType brown paper bag crash bug Initialize pointers, fix off-by-one. PR: 52755 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294157 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index acc1ab04be..9c1972dae7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
Changes with Apache 2.4.2
+ *) mod_filter: Fix segfault with AddOutputFilterByType. PR 52755.
+ [Stefan Fritsch]
+
* mod_session: Sessions are encoded as application/x-www-form-urlencoded
strings, however we do not handle the encoding of spaces properly.
Fixed. [Graham Leggett]