diff options
author | Graham Leggett <minfrin@apache.org> | 2009-09-13 16:59:28 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2009-09-13 16:59:28 +0200 |
commit | b890238ef4a1c1baabc927e0ea3aac0d4aa5027f (patch) | |
tree | 1c70b4137e94396a9d704a0a9599b97834502e72 /CHANGES | |
parent | Remove stray trailing whitespace from mod_session.c. (diff) | |
download | apache2-b890238ef4a1c1baabc927e0ea3aac0d4aa5027f.tar.xz apache2-b890238ef4a1c1baabc927e0ea3aac0d4aa5027f.zip |
mod_session.c: Prevent a segfault when session is added but not
configured.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814327 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes with Apache 2.3.3 + *) mod_session.c: Prevent a segfault when session is added but not + configured. [Graham Leggett] + *) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett] *) mod_auth_digest: Fail server start when nonce count checking |