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:
Daniel Stenberg
2006-04-11 10:49:51 +00:00
parent 0542002d7a
commit deeb74b7e4
3 changed files with 9 additions and 1 deletions

View File

@@ -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