#1976 Copy-n-paste error in AD provider
Closed: Fixed None Opened 10 years ago by jhrozek.

There is a copy-n-paste error in allocation check in the AD provider. Found by Coverity:

145    ad_ctx->gc_ctx = sdap_id_ctx_conn_add(sdap_ctx, ad_options->service->gc);

notnull: At condition "sdap_ctx == NULL", the value of "sdap_ctx" cannot be NULL.

dead_error_condition: The condition "sdap_ctx == NULL" cannot be true.
146    if (sdap_ctx == NULL) {

Fields changed

owner: somebody => jhrozek
status: new => assigned

Fields changed

patch: 0 => 1

milestone: NEEDS_TRIAGE => SSSD 1.10 beta
resolution: => fixed
status: assigned => closed

Coverity issue. No clone.

rhbz: => 0

Metadata Update from @jhrozek:
- Issue assigned to jhrozek
- Issue set to the milestone: SSSD 1.10 beta

7 years ago

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/3018

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata