1. 15 Oct, 2017 1 commit
  2. 14 Oct, 2017 3 commits
  3. 13 Oct, 2017 3 commits
  4. 12 Oct, 2017 5 commits
  5. 11 Oct, 2017 3 commits
  6. 10 Oct, 2017 4 commits
  7. 09 Oct, 2017 7 commits
  8. 08 Oct, 2017 10 commits
  9. 07 Oct, 2017 3 commits
  10. 06 Oct, 2017 1 commit
    • Daniel Stenberg's avatar
      pingpong: return error when trying to send without connection · 5b54df06
      Daniel Stenberg authored
      When imap_done() got called before a connection is setup, it would try
      to "finish up" and dereffed a NULL pointer.
      
      Test case 1553 managed to reproduce. I had to actually use a host name
      to try to resolve to slow it down, as using the normal local server IP
      will make libcurl get a connection in the first curl_multi_perform()
      loop and then the bug doesn't trigger.
      
      Fixes #1953
      Assisted-by: Max Dymond
      5b54df06