Skip to content
  1. Oct 30, 2009
    • 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. Oct 29, 2009
  3. Oct 28, 2009
  4. Oct 27, 2009
  5. Oct 26, 2009
  6. Oct 25, 2009
  7. Oct 24, 2009
  8. Oct 23, 2009
  9. Oct 22, 2009
  10. Oct 21, 2009
  11. Oct 19, 2009