]> granicus.if.org Git - curl/commit
- Brian Ulm reported a crash when doing a second SFTP transfer on a re-used
authorDaniel Stenberg <daniel@haxx.se>
Sun, 9 Mar 2008 11:37:48 +0000 (11:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 9 Mar 2008 11:37:48 +0000 (11:37 +0000)
commit82e095a2759366485c3cb33739992c85ca8a05cc
tree3900cd1dba152458e7839f30fce8a0fd6e0bb33c
parent0e40261a11079118d27b93f5503208b6699acc69
- Brian Ulm reported a crash when doing a second SFTP transfer on a re-used
  easy handle if curl_easy_reset() was used between them. I fixed it and Brian
  verified that it cured his problem.

- Brian Ulm reported that if you first tried to download a non-existing SFTP
  file and then fetched an existing one and re-used the handle, libcurl would
  still report the second one as non-existing as well! I fixed it abd Brian
  verified that it cured his problem.
CHANGES
RELEASE-NOTES
lib/ssh.c