1. 29 Oct, 2018 7 commits
  2. 27 Oct, 2018 12 commits
  3. 26 Oct, 2018 5 commits
  4. 25 Oct, 2018 7 commits
  5. 24 Oct, 2018 2 commits
  6. 23 Oct, 2018 5 commits
  7. 20 Oct, 2018 1 commit
  8. 19 Oct, 2018 1 commit
    • 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