Skip to content
  1. Oct 15, 2017
  2. Oct 14, 2017
  3. Oct 13, 2017
  4. Oct 12, 2017
  5. Oct 11, 2017
  6. Oct 10, 2017
  7. Oct 09, 2017
  8. Oct 08, 2017
  9. Oct 07, 2017
  10. Oct 06, 2017
    • 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