From Coverity:
Initializing va_list "ap". 67 va_start(ap, format); 68 69 ret = vasprintf(&s, format, ap); At conditional (1): "ret < 0" taking the true branch. 70 if (ret < 0) { 71 /* ENOMEM */ va_end was not called for "ap". 72 return; 73 }
This error appears in both the krb5_locator_plugin's debug_fn() and selinux.c's sss_semange_error_callback() function.
Fields changed
owner: somebody => sgallagh status: new => assigned
milestone: NEEDS_TRIAGE => SSSD 1.2.1
keywords: => coverity
Fixed by a1445466e298085a4a1f847cf50b6d2f8f007a9a
fixedin: => 1.2.1 resolution: => fixed status: assigned => closed
rhbz: => 0
Metadata Update from @sgallagh: - Issue assigned to sgallagh - Issue set to the milestone: SSSD 1.2.1
SSSD is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in SSSD's github repository.
This issue has been cloned to Github and is available here: - https://github.com/SSSD/sssd/issues/1570
If you want to receive further updates on the issue, please navigate to the github issue and click on subscribe button.
subscribe
Thank you for understanding. We apologize for all inconvenience.