62 pwd = talloc_zero(tmpctx, struct passwd); 63 if (!pwd) { 64 ret = ENOMEM; 65 status = NSS_STATUS_TRYAGAIN; 66 goto done; 67 } 68 69 buflen = DEFAULT_BUFSIZE; 70 buffer = talloc_size(tmpctx, buflen); 71 if (!buffer) { 72 ret = ENOMEM; 73 status = NSS_STATUS_TRYAGAIN; Value stored to 'status' is never read 74 goto done; 75 } 76
Fields changed
status: new => assigned
patch: 0 => 1
master: d91efcea3cbdd7a617f35d3733c2fd14e7efeb86
resolution: => fixed status: assigned => closed
milestone: NEEDS_TRIAGE => SSSD 1.9.0 RC1
rhbz: => 0
Metadata Update from @jhrozek: - Issue assigned to okos - Issue set to the milestone: SSSD 1.9.0 beta 7
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/2495
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.