curl/lib/vauth
Jay Satiro 1d5d0ae9e5 lib: fix some misuse of curlx_convert_UTF8_to_tchar
curlx_convert_UTF8_to_tchar must be freed by curlx_unicodefree, but
prior to this change some uses mistakenly called free.

I've reviewed all other uses of curlx_convert_UTF8_to_tchar and
curlx_convert_tchar_to_UTF8.

Bug: https://github.com/curl/curl/pull/6602#issuecomment-825236763
Reported-by: sergio-nsk@users.noreply.github.com

Closes https://github.com/curl/curl/pull/6938
2021-04-27 15:09:23 -04:00
..
cleartext.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
cram.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
digest.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
digest.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00
digest_sspi.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
gsasl.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
krb5_gssapi.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
krb5_sspi.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
ntlm.c ntlm: precaution against super huge type2 offsets 2021-04-27 16:02:02 +02:00
ntlm.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00
ntlm_sspi.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
oauth2.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
spnego_gssapi.c copyright: fix year ranges 2020-11-05 08:22:10 +01:00
spnego_sspi.c failf: remove newline from formatting strings 2020-12-25 23:42:16 +01:00
vauth.c lib: fix some misuse of curlx_convert_UTF8_to_tchar 2021-04-27 15:09:23 -04:00
vauth.h vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00