]> granicus.if.org Git - curl/commit
Curl_close: clear data->multi_easy on free to avoid use-after-free
authorDaniel Stenberg <daniel@haxx.se>
Thu, 18 Oct 2018 13:07:15 +0000 (15:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Oct 2018 07:05:23 +0000 (08:05 +0100)
commit81d135d67155c5295b1033679c606165d4e28f3f
tree4259507845ca5170849c8d02bd4399552b789942
parent9d8dad1a9d79d60e021f0c4e0f66bf5d51fb3c4e
Curl_close: clear data->multi_easy on free to avoid use-after-free

Regression from b46cfbc068 (7.59.0)
CVE-2018-16840
Reported-by: Brian Carpenter (Geeknik Labs)
Bug: https://curl.haxx.se/docs/CVE-2018-16840.html
lib/url.c