Skip to content
  1. May 23, 2016
  2. May 21, 2016
  3. May 20, 2016
  4. May 19, 2016
  5. May 18, 2016
  6. May 17, 2016
  7. May 16, 2016
  8. May 14, 2016
    • Daniel Stenberg's avatar
      ftp wildcard: segfault due to init only in multi_perform · cba96213
      Daniel Stenberg authored
      The proper FTP wildcard init is now more properly done in Curl_pretransfer()
      and the corresponding cleanup in Curl_close().
      
      The previous place of init/cleanup code made the internal pointer to be NULL
      when this feature was used with the multi_socket() API, as it was made within
      the curl_multi_perform() function.
      
      Reported-by: Jonathan Cardoso Machado
      Fixes #800
      cba96213
  9. May 13, 2016
  10. May 12, 2016