URL: https://github.com/SSSD/sssd/pull/569 Author: sumit-bose Title: #569: NSS: remove timed event if related object is removed Action: opened
PR body: """ setnetgrent_result_timeout() is called as a timed event to free the netgr data is the cache lifetime is exceeded. If the data is freed earlier the timed event should be removed as well to avoid a double free issue.
Since talloc is used here the most easy way to achieve this is to allocate the timed event on the netgr object itself.
Related to https://pagure.io/SSSD/sssd/issue/3523 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/569/head:pr569 git checkout pr569
URL: https://github.com/SSSD/sssd/pull/569 Title: #569: NSS: remove timed event if related object is removed
sumit-bose commented: """ This patch should be backported to sssd-1-13 as well, it can be cherry-picked without issue. """
See the full comment at https://github.com/SSSD/sssd/pull/569#issuecomment-387736247
URL: https://github.com/SSSD/sssd/pull/569 Title: #569: NSS: remove timed event if related object is removed
fidencio commented: """ Ack! """
See the full comment at https://github.com/SSSD/sssd/pull/569#issuecomment-387763439
URL: https://github.com/SSSD/sssd/pull/569 Title: #569: NSS: remove timed event if related object is removed
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/569 Title: #569: NSS: remove timed event if related object is removed
fidencio commented: """ retest this please """
See the full comment at https://github.com/SSSD/sssd/pull/569#issuecomment-387782866
URL: https://github.com/SSSD/sssd/pull/569 Title: #569: NSS: remove timed event if related object is removed
jhrozek commented: """ Since the bug is now being tracked in a different downstream bug as well, I created a separate ticket: https://pagure.io/SSSD/sssd/issue/3737
So please whoever pushes the patch (which might even be me :-)) update the ticket link in the commit. """
See the full comment at https://github.com/SSSD/sssd/pull/569#issuecomment-388289204
URL: https://github.com/SSSD/sssd/pull/569 Title: #569: NSS: remove timed event if related object is removed
fidencio commented: """ sssd-1-14: 83dfa4d sssd-1-13: 377b622 """
See the full comment at https://github.com/SSSD/sssd/pull/569#issuecomment-388404534
URL: https://github.com/SSSD/sssd/pull/569 Author: sumit-bose Title: #569: NSS: remove timed event if related object is removed Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/569/head:pr569 git checkout pr569
URL: https://github.com/SSSD/sssd/pull/569 Title: #569: NSS: remove timed event if related object is removed
Label: -Accepted
URL: https://github.com/SSSD/sssd/pull/569 Title: #569: NSS: remove timed event if related object is removed
Label: +Pushed
sssd-devel@lists.fedorahosted.org