Skip to content
  1. Jan 10, 2011
  2. Jan 08, 2011
  3. Jan 07, 2011
  4. Jan 06, 2011
  5. Jan 05, 2011
  6. Jan 04, 2011
  7. Jan 03, 2011
  8. Jan 02, 2011
  9. Jan 01, 2011
  10. Dec 30, 2010
  11. Dec 28, 2010
  12. Dec 27, 2010
    • Daniel Stenberg's avatar
      c-ares: fix cancelled resolves · b6a3e2be
      Daniel Stenberg authored
      When built IPv6-enabled, we could do Curl_done() with one of the two
      resolves having returned already, so when ares_cancel() is called the
      resolve callback ends up doing funny things (sometimes resulting in a
      segfault) since it would try to actually store the previous resolve even
      though we're shutting down the resolve.
      
      This bug was introduced in commit 8ab137b2 so it hasn't been
      included in any public release.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=3145445
      Reported by: Pedro Larroy
      b6a3e2be
  13. Dec 25, 2010