Learn more about these different git repos.
Other Git URLs
be_check_online_done:
be_check_online_done
ret = dp_req_recv_ptr(be_ctx, req, struct dp_reply_std, &reply); if (ret != EOK) { goto done; } ... done: ... if (reply->dp_error != DP_ERR_OFFLINE) {
-- if dp_req_recv_ptr failed then reply is not initialized and dereferencing it is a bug.
dp_req_recv_ptr
Metadata Update from @atikhonov: - Issue tagged with: bug
Metadata Update from @atikhonov: - Issue assigned to atikhonov
PR: https://github.com/SSSD/sssd/pull/801
Metadata Update from @atikhonov: - Issue tagged with: PR
Commit dda8075 fixes this issue
Metadata Update from @jhrozek: - Issue set to the milestone: SSSD 2.2
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/4962
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.
Log in to comment on this ticket.