- Scott Barrett provided a test case for a segfault in the FTP code and the
authorDaniel Stenberg <daniel@haxx.se>
Mon, 7 Jul 2008 20:37:07 +0000 (20:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 Jul 2008 20:37:07 +0000 (20:37 +0000)
commit0e5da5b8bc8861f4c21521d154c4ef5d3cd96609
treed03cdf9eb607fe685130a03ff43bc64b61ede3e1
parentddfa4b889681131bf19c8a911e9b376e14380551
- 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.
CHANGES
RELEASE-NOTES
lib/ftp.c
tests/data/test539 [new file with mode: 0644]
tests/libtest/Makefile.am
tests/libtest/lib539.c [new file with mode: 0644]