mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
ntlmclient: update to latest upstream ntlmclient
This commit is contained in:
4
deps/ntlmclient/unicode_builtin.c
vendored
4
deps/ntlmclient/unicode_builtin.c
vendored
@@ -372,13 +372,13 @@ static inline bool unicode_builtin_encoding_convert(
|
||||
goto done;
|
||||
}
|
||||
|
||||
out_len = out_start - out;
|
||||
|
||||
if ((new_out = realloc(out, out_size)) == NULL) {
|
||||
ntlm_client_set_errmsg(ntlm, "out of memory");
|
||||
goto done;
|
||||
}
|
||||
|
||||
out_len = out_start - out;
|
||||
|
||||
out = new_out;
|
||||
out_start = new_out + out_len;
|
||||
out_end = out + out_size;
|
||||
|
||||
Reference in New Issue
Block a user