e754a6e Fix memory context for hash entries

1 file Authored by sbose 10 years ago, Committed by jhrozek 10 years ago,
    Fix memory context for hash entries
    
    In sdap_nested_group_populate_users() username and orignal_dn are
    allocated on a temporary memory context. If the corresponding user is
    not found in the cache both are added to a hash which is later on
    returned to the caller. To avoid a use-after-free when the hash entries
    are looked up both must be reassigned to the memory context of the hash.