URL: https://github.com/SSSD/sssd/pull/5383 Author: sumit-bose Title: #5383: ifp: fix use-after-free Action: opened
PR body: """ The variable fqdn is pointing to some data from state->res->msgs[0]. But before fqdn is used in the next search state->res and the memory hierarchy below is freed. As a result the location where fqdn is pointing to might hold the expected data or other data and the search will fail intermittently.
Resolves: https://github.com/SSSD/sssd/issues/5382 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5383/head:pr5383 git checkout pr5383
URL: https://github.com/SSSD/sssd/pull/5383 Title: #5383: ifp: fix use-after-free
pbrezina commented: """ Thank you. Ack. """
See the full comment at https://github.com/SSSD/sssd/pull/5383#issuecomment-721035650
URL: https://github.com/SSSD/sssd/pull/5383 Title: #5383: ifp: fix use-after-free
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/5383 Title: #5383: ifp: fix use-after-free
Label: +Ready to push
URL: https://github.com/SSSD/sssd/pull/5383 Title: #5383: ifp: fix use-after-free
Label: +branch: sssd-1-16
URL: https://github.com/SSSD/sssd/pull/5383 Title: #5383: ifp: fix use-after-free
pbrezina commented: """ Pushed PR: https://github.com/SSSD/sssd/pull/5383
* `master` * 81e757b7b1d69893b5725f9c148c55d89c779e7b - ifp: fix use-after-free * `sssd-1-16` * 316b8cde698bd4586a70fc5ed50a70dedc4b424f - ifp: fix use-after-free
"""
See the full comment at https://github.com/SSSD/sssd/pull/5383#issuecomment-722297974
URL: https://github.com/SSSD/sssd/pull/5383 Title: #5383: ifp: fix use-after-free
Label: +Pushed
URL: https://github.com/SSSD/sssd/pull/5383 Title: #5383: ifp: fix use-after-free
Label: -Accepted
URL: https://github.com/SSSD/sssd/pull/5383 Title: #5383: ifp: fix use-after-free
Label: -Ready to push
URL: https://github.com/SSSD/sssd/pull/5383 Author: sumit-bose Title: #5383: ifp: fix use-after-free Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5383/head:pr5383 git checkout pr5383
sssd-devel@lists.fedorahosted.org