#3810 sbus2: fix memory leak in sbus_message_bound_ref
Closed: Fixed 5 years ago Opened 5 years ago by pbrezina.

The memory context used to new message reference accidentally overwrote the one use by the initial sbus_message_bound call. This caused a memory leak of message as its reference counter got increased but number of talloc contexts bound this this message decreased at the same time.

This is a critical issue as this function is used a lot in sbus code.


Metadata Update from @pbrezina:
- Issue priority set to: blocker (was: minor)

5 years ago

Metadata Update from @pbrezina:
- Issue assigned to pbrezina

5 years ago

Metadata Update from @jhrozek:
- Issue set to the milestone: SSSD 2.1
- Issue tagged with: bug, regression

5 years ago

Metadata Update from @jhrozek:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/4804

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata