auth_ntlm.c
5.01 KB
-
transports: auth_ntlm: fix use of strdup/strndup · ebade233
In the NTLM authentication code, we accidentally use strdup(3P) and strndup(3P) instead of our own wrappers git__strdup and git__strndup, respectively. Fix the issue by using our own functions.
Patrick Steinhardt committed