#4082 IFP: Fix talloc hierarchy for members of struct ifp_list_domains_state
Merged by pbrezina. Opened by lslebodn.
SSSD/ lslebodn/sssd ifp_talloc_hierarchy  into  master

Download 4082.patch

The function talloc_steal was called ifp_list_domains_recv

  *_paths = talloc_steal(mem_ctx, state->paths)

But talloc hierarchy for entries in the list state->paths was not
correct therefore memory was freed together with the state.

rebased onto b86b5c675112188e7cc606f432ad481b9c59d32c

Metadata Update from @pbrezina:
- Request assigned

Commit f0f0003c fixes this pull-request

Pull-Request has been merged by pbrezina

  • master
    • f0f0003cebc71fd3c45ce3acd32eabbfe1af520b - IFP: Fix talloc hierarchy for members of struct ifp_list_domains_state
Metadata