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

/usr/libexec/sssd/sssd_autofs SIGABRT crash daily due to a double free #4758

Closed
sssd-bot opened this issue May 2, 2020 · 0 comments
Closed
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/3752


Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 7): Bug 1577335

autofs_map_result_timeout() is called as a timed event to free the autofs map 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 map object itself.

Comments


Comment from jhrozek at 2018-05-31 12:35:04

Metadata Update from @jhrozek:


Comment from jhrozek at 2018-05-31 12:36:23

PR: #587


Comment from jhrozek at 2018-05-31 12:36:59

Metadata Update from @jhrozek:

  • Issue tagged with: PR, bug

Comment from fidencio at 2018-05-31 23:03:35

master:
7567215


Comment from fidencio at 2018-05-31 23:04:19

Metadata Update from @fidencio:

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

Comment from fidencio at 2018-05-31 23:19:44

sssd-1-14:
1199a0d
sssd-1-13:
8cf14ee


Comment from jhrozek at 2018-06-01 09:22:24

Metadata Update from @jhrozek:

  • Issue set to the milestone: SSSD 1.16.2
@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

1 participant