1. 30 Oct, 2009 1 commit
    • Yang Tse's avatar
      In no particular order, changed/fixed all of the following in · d4ff44d5
      Yang Tse authored
      ares_parse_txt_reply() current version:
      
      - Fixed a couple of potential double free's.
      
      - Fixed memory leaks upon out of memory condition.
      
      - Fixed pointer arithmetic.
      
      - Setting ntxtreply to zero upon entry for all failure cases.
      
      - Changed data type to size_t for variables substr_len, str_len and
        the length member of ares_txt_reply struct.
      
      - Avoided a couple of memcpy() calls.
      
      - Changed i data type to unsigned int to prevent compiler warnings.
      
      - Adjusted a comment.
      
      - Use ARES_SUCCESS literal for successfull completion.
      
      - Added CVS Id tag.
      d4ff44d5
  2. 29 Oct, 2009 15 commits
  3. 28 Oct, 2009 3 commits
  4. 27 Oct, 2009 3 commits
  5. 26 Oct, 2009 2 commits
  6. 25 Oct, 2009 1 commit
  7. 24 Oct, 2009 2 commits
  8. 23 Oct, 2009 2 commits
  9. 22 Oct, 2009 1 commit
  10. 21 Oct, 2009 9 commits
  11. 19 Oct, 2009 1 commit