Skip to content
  1. Aug 09, 2004
  2. Aug 06, 2004
  3. Aug 05, 2004
  4. Aug 04, 2004
  5. Jul 31, 2004
  6. Jul 29, 2004
  7. Jul 28, 2004
  8. Jul 26, 2004
  9. Jul 25, 2004
  10. Jul 24, 2004
    • Daniel Stenberg's avatar
    • Daniel Stenberg's avatar
      Gisle Vanem: · b3b2ba31
      Daniel Stenberg authored
      Basically in loops like handle_errors(), 'query->next' was assigned a local
      variable and then query was referenced after the memory was freed by
      next_server(). I've changed that so next_server() and end_query() returns the
      next query. So callers should use this ret-value.
      
      The next problem was that 'server->tcp_buffer_pos' had a random value at entry
      to 1st recv() (luckily causing Winsock to return ENOBUFS).
      
      I've also added a ares_writev() for Windows to streamline the code
      a bit more.
      b3b2ba31