summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDoug MacEachern <dougm@apache.org>2001-11-21 03:19:13 +0000
committerDoug MacEachern <dougm@apache.org>2001-11-21 03:19:13 +0000
commit8c931b983f61926b0dd5fc5679de4312f7340e65 (patch)
tree43f8ce6f3a72388718712fa3cc3c7a239d52e3ab /CHANGES
parenteb519bfa8f6807e4d502f87e887bf72781babe5c (diff)
downloadhttpd-8c931b983f61926b0dd5fc5679de4312f7340e65.tar.gz
Prevent segv in ap_note_basic_auth_failure() when no AuthName is configured
PR: Obtained from: Submitted by: John Sterling <sterling@covalent.net> Reviewed by: dougm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0d53809615..0527f520dc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
Changes with Apache 2.0.29-dev
+ *) Prevent segv in ap_note_basic_auth_failure() when no AuthName is
+ configured [John Sterling <sterling@covalent.net>]
*) Fix apxs to use sbindir. [Henri Gomez <hgomez@slib.fr>]