mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
This data is passed in an unsafe way to the LDAP SDK if the compiler
chooses to use shorts for the enum values. http://www.redbooks.ibm.com/redbooks/SG245992/nn4/SG245992_88.html Submitted by: David Jones git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@555470 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -448,7 +448,7 @@ static util_ldap_connection_t *
|
||||
uldap_connection_find(request_rec *r,
|
||||
const char *host, int port,
|
||||
const char *binddn, const char *bindpw,
|
||||
deref_options deref, int secure)
|
||||
int deref, int secure)
|
||||
{
|
||||
struct util_ldap_connection_t *l, *p; /* To traverse the linked list */
|
||||
int secureflag = secure;
|
||||
|
Reference in New Issue
Block a user