]> granicus.if.org Git - curl/commit
CURLOPT_CONNECT_TO.3: user must not free the list prematurely
authorMichael Kaufmann <mail@michael-kaufmann.ch>
Thu, 19 May 2016 22:06:40 +0000 (00:06 +0200)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 20 May 2016 04:14:38 +0000 (00:14 -0400)
commit53ae37088c25099cd538b1ccaab929d3c5f8d9b4
tree816eed93e4b1dbad20180c25c7ab2f2f24aacba3
parent46c4ad36edc44134d3c5989a72eb41eb5a4dc2bf
CURLOPT_CONNECT_TO.3: user must not free the list prematurely

The connect-to list isn't copied so as long as the handle may be used
for a transfer the list must be valid.

Bug: https://github.com/curl/curl/pull/819
Reported-by: Michael Kaufmann
docs/libcurl/opts/CURLOPT_CONNECT_TO.3