#3810 sbus2: fix memory leak in sbus_message_bound_ref
Closed: Fixed Opened 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)

PR: https://github.com/SSSD/sssd/pull/639

Metadata Update from @pbrezina:
- Issue assigned to pbrezina

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

  • master:
    c895fa2449900f4abd1dce6bb62a45c52bbb12cf
    ca50c40511f08c0f7c786598e5793a06789c6cce
    30f4adf874aff174734ad77902a79fc5727ab495
    8c8f74b0dfa29643279d31b12300ced47d5c2ab5

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

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.

Metadata