mirror of https://github.com/c-ares/c-ares.git
Replace strdup() with ares_strdup() (#408)
strdup() is used in src/lib/ares_parse_a_reply.c and src/lib/ares_parse_aaaa_reply.c whereas allocated memory is freed using ares_free(). Bug: 407 Fix By: Jean-pierre Cartal (@jeanpierrecartal)pull/410/head
parent
c9b6c605b5
commit
11a2bf8efd
2 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue