Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove netgroups timed event if related object is removed #4745

Closed
sssd-bot opened this issue May 2, 2020 · 0 comments
Closed

remove netgroups timed event if related object is removed #4745

sssd-bot opened this issue May 2, 2020 · 0 comments
Assignees
Labels
Bugzilla Closed: Fixed Issue was closed as fixed.

Comments

@sssd-bot
Copy link

sssd-bot commented May 2, 2020

Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/3737


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.

Comments


Comment from jhrozek at 2018-05-11 09:49:10

PR: #569


Comment from jhrozek at 2018-05-11 09:49:34

Metadata Update from @jhrozek:

  • Issue assigned to sbose
  • Issue priority set to: major (was: minor)
  • Issue tagged with: PR, bug

Comment from jhrozek at 2018-05-11 09:49:43

Metadata Update from @jhrozek:

  • Issue set to the milestone: SSSD 1.16.2

Comment from fidencio at 2018-05-11 17:51:27

sssd-1-14:
83dfa4d
sssd-1-13:
377b622


Comment from fidencio at 2018-05-11 17:51:58

Metadata Update from @fidencio:

  • Issue close_status updated to: Fixed
  • Issue status updated to: Closed (was: Open)

Comment from fidencio at 2018-05-11 17:52:30

Metadata Update from @fidencio:


Comment from jhrozek at 2018-05-11 21:33:45

When I filed the ticket I mistakenly thought the fix was intended for master, but it's only for 1.13 and 1.14. Since the userbase of 1.14 is quite small and on the other hand 1.13 is LTM release, I'm moving the ticket to 1.13 so that it's easier for us to find it when we draft the release notes.


Comment from jhrozek at 2018-05-11 21:34:23

Metadata Update from @jhrozek:

  • Issue set to the milestone: SSSD 1.13.5 (was: SSSD 1.16.2)

Comment from jhrozek at 2018-05-14 21:59:56

Metadata Update from @jhrozek:


Comment from jhrozek at 2018-05-14 21:59:56

Issue linked to Bugzilla: Bug 1576852

@sssd-bot sssd-bot added Bugzilla Closed: Fixed Issue was closed as fixed. labels May 2, 2020
@sssd-bot sssd-bot closed this as completed May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugzilla Closed: Fixed Issue was closed as fixed.
Projects
None yet
Development

No branches or pull requests

2 participants