mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
With MIT Kerberos it is possible that the GSS_C_DELEG_FLAG is set, but the delegated_cred_handle is NULL which results in a NULL-pointer dereference. This way we fix it. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>