diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-07-07 20:37:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-07 20:37:07 +0000 |
commit | 0e5da5b8bc8861f4c21521d154c4ef5d3cd96609 (patch) | |
tree | d03cdf9eb607fe685130a03ff43bc64b61ede3e1 /RELEASE-NOTES | |
parent | ddfa4b889681131bf19c8a911e9b376e14380551 (diff) |
- Scott Barrett provided a test case for a segfault in the FTP code and the
fix for it. It occured when you did a FTP transfer using
CURLFTPMETHOD_SINGLECWD and then did another one on the same easy handle but
switched to CURLFTPMETHOD_NOCWD. Due to the "dir depth" variable not being
cleared properly. Scott's test case is now known as test 539 and it
verifies the fix.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 37c990ffb..32119ecba 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -30,6 +30,7 @@ This release includes the following bugfixes: o fallback to gettimeofday when monotonic clock is unavailable at run-time o range numbers could be made to wrongly get output as signed o unexpected 1xx responses hung transfers + o FTP transfers segfault when using different CURLOPT_FTP_FILEMETHOD This release includes the following known bugs: @@ -49,7 +50,7 @@ advice from friends like these: Lenny Rachitsky, Axel Tillequin, Arnaud Ebalard, Yang Tse, Dan Fandrich, Rob Crittenden, Dengminwen, Christopher Palow, Hans-Jurgen May, Phil Pellouchoud, Eduard Bloch, John Lightsey, Stephen Collyer, Tor Arntsen, - Rolland Dudemaine, Phil Blundell + Rolland Dudemaine, Phil Blundell, Scott Barrett Thanks! (and sorry if I forgot to mention someone) |