]> git.ipfire.org Git - thirdparty/curl.git/commit
vauth: Fixed memory leak due to function returning without free
authorSaurav Babu <saurav.babu@samsung.com>
Wed, 20 Jul 2016 09:08:02 +0000 (11:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 20 Jul 2016 21:21:49 +0000 (23:21 +0200)
commitdcdd4be35213d4ba36e41ad92fe2ae4ddab1205d
tree8c18079086aa3d7dcaa534e1de8c9ee99f9e1e9d
parentc6d3fa11e687808ea9f0047d591a39135a4b9f4e
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.
lib/vauth/digest_sspi.c