mirror of
https://github.com/samba-team/samba.git
synced 2025-11-05 04:23:51 +03:00
Metze, the ndr_token_store() code is storing temporary pointers into this string in the token list, which means we are referring to freed memory when we scan the token list. A better key might be a pointer into the ndr buffer?