1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00
curl/lib/vauth
Saurav Babu dcdd4be352 vauth: Fixed memory leak due to function returning without free
This patch allocates memory to "output_token" only when it is required
so that memory is not leaked if function returns.
2016-07-20 23:21:49 +02:00
..
cleartext.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
cram.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
digest_sspi.c vauth: Fixed memory leak due to function returning without free 2016-07-20 23:21:49 +02:00
digest.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
digest.h URLs: change http to https in many places 2016-04-06 11:58:34 +02:00
krb5_gssapi.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
krb5_sspi.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
ntlm_sspi.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
ntlm.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
ntlm.h vauth: Updated the copyright year after recent changes 2016-03-25 17:40:12 +00:00
oauth2.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
spnego_gssapi.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
spnego_sspi.c internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
vauth.c URLs: change http to https in many places 2016-04-06 11:58:34 +02:00
vauth.h internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00