URL: https://github.com/SSSD/sssd/pull/5417 Author: alexey-tikhonov Title: #5417: KCM: avoid NULL deref Action: opened
PR body: """ Fixes following issue: ``` /src/responder/kcm/kcmsrv_op_queue.c:129: check_after_deref: Null-checking "entry" suggests that it may be null, but it has already been dereferenced on all paths leading to the check. # 127| terminating = entry->queue->qctx->kctx->rctx->shutting_down; # 128| # 129|-> if (entry == NULL) { # 130| return 1; # 131| /* Prevent use-after-free of req when shutting down with non-empty queue */ ``` """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5417/head:pr5417 git checkout pr5417
URL: https://github.com/SSSD/sssd/pull/5417 Title: #5417: KCM: avoid NULL deref
alexey-tikhonov commented: """ Original patch d39b6580ad865a3e37d154ff5351527913d0aad7 is included in 2.4.0 release.
I'm not sure wrt severity but this might be needed downstream where rebased on 2.4.0 already happened. """
See the full comment at https://github.com/SSSD/sssd/pull/5417#issuecomment-733810690
URL: https://github.com/SSSD/sssd/pull/5417 Title: #5417: KCM: avoid NULL deref
alexey-tikhonov commented: """ Original patch d39b6580ad865a3e37d154ff5351527913d0aad7 is included in 2.4.0 release.
I'm not sure wrt severity but this might be needed downstream where rebase on 2.4.0 already happened. """
See the full comment at https://github.com/SSSD/sssd/pull/5417#issuecomment-733810690
URL: https://github.com/SSSD/sssd/pull/5417 Title: #5417: KCM: avoid NULL deref
Label: +Waiting for review
URL: https://github.com/SSSD/sssd/pull/5417 Title: #5417: KCM: avoid NULL deref
sumit-bose commented: """ ACK.
bye, Sumit """
See the full comment at https://github.com/SSSD/sssd/pull/5417#issuecomment-734902484
URL: https://github.com/SSSD/sssd/pull/5417 Title: #5417: KCM: avoid NULL deref
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/5417 Title: #5417: KCM: avoid NULL deref
Label: -Waiting for review
URL: https://github.com/SSSD/sssd/pull/5417 Title: #5417: KCM: avoid NULL deref
Label: +Ready to push
URL: https://github.com/SSSD/sssd/pull/5417 Title: #5417: KCM: avoid NULL deref
pbrezina commented: """ Pushed PR: https://github.com/SSSD/sssd/pull/5417
* `master` * 0e225ff79198e98503f53c0b725f82e33288b53f - KCM: avoid NULL deref
"""
See the full comment at https://github.com/SSSD/sssd/pull/5417#issuecomment-735734399
URL: https://github.com/SSSD/sssd/pull/5417 Title: #5417: KCM: avoid NULL deref
Label: +Pushed
URL: https://github.com/SSSD/sssd/pull/5417 Title: #5417: KCM: avoid NULL deref
Label: -Accepted
URL: https://github.com/SSSD/sssd/pull/5417 Title: #5417: KCM: avoid NULL deref
Label: -Ready to push
URL: https://github.com/SSSD/sssd/pull/5417 Author: alexey-tikhonov Title: #5417: KCM: avoid NULL deref Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5417/head:pr5417 git checkout pr5417
sssd-devel@lists.fedorahosted.org