Defect type: UNINIT
freeipa-4.9.13/daemons/ipa-slapi-plugins/ipa-enrollment/ipa_enrollment.c:132:5: var_decl: Declaring variable "sdn" without initializer.
# 335| if (krbLastPwdChange) slapi_ch_free_string(&krbLastPwdChange); # 336| if (fqdn) slapi_ch_free_string(&fqdn); # 337|-> if (sdn) slapi_sdn_free(&sdn); # 338| # 339| LOG("%s", errMesg ? errMesg : "success\n");
This is an easy fix.
Same issue exists on other branches (master / ipa-4-13 / ipa-4-12)
Metadata Update from @frenaud: - Issue assigned to frenaud
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/8155
master:
ipa-4-9:
ipa-4-12:
ipa-4-13:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)