Skip to content
  1. Oct 29, 2018
  2. Oct 27, 2018
  3. Oct 26, 2018
  4. Oct 25, 2018
  5. Oct 24, 2018
  6. Oct 23, 2018
  7. Oct 20, 2018
  8. Oct 19, 2018
    • Daniel Stenberg's avatar
      multi: avoid double-free · 05564e75
      Daniel Stenberg authored
      Curl_follow() no longer frees the string. Make sure it happens in the
      caller function, like we normally handle allocations.
      
      This bug was introduced with the use of the URL API internally, it has
      never been in a release version
      
      Reported-by: Dario Weißer
      Closes #3149
      05564e75
    • Daniel Stenberg's avatar
      multi: make the closure handle "inherit" CURLOPT_NOSIGNAL · 8a49f91d
      Daniel Stenberg authored
      Otherwise, closing that handle can still cause surprises!
      
      Reported-by: Martin Ankerl
      Fixes #3138
      Closes #3147
      8a49f91d