]> granicus.if.org Git - apache/commitdiff
Note crash fix in mod_authn_core.c from r709553.
authorChris Darroch <chrisd@apache.org>
Fri, 31 Oct 2008 20:49:42 +0000 (20:49 +0000)
committerChris Darroch <chrisd@apache.org>
Fri, 31 Oct 2008 20:49:42 +0000 (20:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709563 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 22f9f1e9cd30ca9aa93f7f3ffb532e402f974879..c73c6fba65ac9db9664c408871e5ac83f88243b9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
+  *) mod_authn_core: Prevent crash when provider alias created to
+     provider which is not yet registered.  [Chris Darroch]
+
   *) mod_authn_core: Add AuthType of None to support disabling
      authentication.  [Chris Darroch]