]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1716940, r1717086 from trunk:
authorJim Jagielski <jim@apache.org>
Mon, 7 Dec 2015 12:29:46 +0000 (12:29 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 7 Dec 2015 12:29:46 +0000 (12:29 +0000)
commit56d52bb97c094ec709360ecbf0ce854d8dfa03cb
treeb8e0e69b902eb0ff7b5e2da736231f2d59d817ff
parent3191fdf7638d6a96d8b47061c154773c8b240f7b
Merge r1716940, r1717086 from trunk:

Use 'ap_pbase64decode' to simplify code.

Silent a sparse Warning.

cid->ecb->lpszLogData can not be NULL.
It is defined in mod_isapi.h as:
typedef struct EXTENSION_CONTROL_BLOCK {
...
    char           lpszLogData[80];
...
Submitted by: jailletc36
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1718332 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/aaa/mod_auth_basic.c
modules/arch/win32/mod_isapi.c