mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
Uninitialized pointer read in ipa-enrollment
This patch fixes a situation where an uninitialized pointer is passed to free(). https://fedorahosted.org/freeipa/ticket/713
This commit is contained in:
parent
1ea31a0cff
commit
eba72c85e8
@ -141,7 +141,7 @@ ipa_join(Slapi_PBlock *pb)
|
||||
char * filter;
|
||||
|
||||
int scope = LDAP_SCOPE_SUBTREE;
|
||||
char *principal;
|
||||
char *principal = NULL;
|
||||
struct berval retbval;
|
||||
|
||||
/* Get Bind DN */
|
||||
|
Loading…
Reference in New Issue
Block a user