Skip to content
  1. Dec 03, 2007
  2. Dec 02, 2007
  3. Nov 29, 2007
  4. Nov 26, 2007
  5. Nov 22, 2007
  6. Nov 20, 2007
  7. Nov 18, 2007
  8. Nov 17, 2007
  9. Nov 16, 2007
  10. Nov 15, 2007
  11. Nov 14, 2007
  12. Nov 12, 2007
  13. Nov 08, 2007
  14. Nov 07, 2007
  15. Nov 06, 2007
  16. Nov 01, 2007
  17. Oct 31, 2007
  18. Oct 30, 2007
  19. Oct 29, 2007
  20. Oct 25, 2007
  21. Oct 24, 2007
  22. Oct 23, 2007
  23. Oct 22, 2007
    • Daniel Stenberg's avatar
      Michal Marek forwarded the bug report · 5b358603
      Daniel Stenberg authored
      https://bugzilla.novell.com/show_bug.cgi?id=332917 about a HTTP redirect to
      FTP that caused memory havoc. His work together with my efforts created two
      fixes:
      
      #1 - FTP::file was moved to struct ftp_conn, because is has to be dealt with
           at connection cleanup, at which time the struct HandleData could be
           used by another connection.
           Also, the unused char *urlpath member is removed from struct FTP.
      
      #2 - provide a Curl_reset_reqproto() function that frees
           data->reqdata.proto.* on connection setup if needed (that is if the
           SessionHandle was used by a different connection).
      5b358603