#1468330 (http://curl.haxx.se/bug/view.cgi?id=1468330) pointed out a bad
typecast in the curl tool leading to a crash with (64bit?) VS2005 (at least) since the struct timeval field tv_sec is an int while time_t is 64bit.
This commit is contained in:
@@ -18,6 +18,7 @@ This release includes the following changes:
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
o curl --trace crash when built with VS2005
|
||||
o SSL connect time-out
|
||||
o Improved NTLM functionality
|
||||
o following redirects with more than one question mark in source URL
|
||||
|
||||
Reference in New Issue
Block a user