mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-extdom: Double-free in ipa_extdom_common.c
Fixes https://fedorahosted.org/freeipa/ticket/3426
This commit is contained in:
parent
11b20bdc82
commit
99ff913b89
@ -297,7 +297,6 @@ static int get_domain_info(struct ipa_extdom_ctx *ctx, const char *domain_name,
|
||||
domain_info->sid, &range);
|
||||
}
|
||||
if (err != IDMAP_SUCCESS) {
|
||||
free_domain_info(domain_info);
|
||||
ret = EFAULT;
|
||||
goto done;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user