]> granicus.if.org Git - apache/commit
* modules/aaa/mod_auth_digest.c: Another gcc 4 "structure field may be
authorJoe Orton <jorton@apache.org>
Thu, 23 Jun 2005 10:27:27 +0000 (10:27 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 23 Jun 2005 10:27:27 +0000 (10:27 +0000)
commitd67cf94f72f42ff5635f4d28249fe32854aa36ab
treecf57af9985f454b3993c90709a2c78941ba6998f
parentba2f28e54d894e6bd114f6ec6bfda17e1f629342
* modules/aaa/mod_auth_digest.c: Another gcc 4 "structure field may be
used uninitialized" warning; fix validation of digest-uri for CONNECT
requests:

(copy_uri_components): Copy the hostinfo field.
(authenticate_digest_user): Don't pass NULL (or, previously, a random
pointer) to strcmp if a digest-uri is provided which doesn't match the
request-uri in a CONNECT request.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@193127 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/mod_auth_digest.c