From eb886f120599b2a184db20b527db6dfdfcb7852e Mon Sep 17 00:00:00 2001 From: Yu Jiung Date: Wed, 9 Nov 2016 11:18:45 +0900 Subject: Imported Upstream version 1.11.0 Change-Id: I238c24b75a10aa902d9bc4076ed68b76b5e2a750 --- ares_expand_string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ares_expand_string.c') diff --git a/ares_expand_string.c b/ares_expand_string.c index 96d1be3..ed5476b 100644 --- a/ares_expand_string.c +++ b/ares_expand_string.c @@ -54,7 +54,7 @@ int ares_expand_string(const unsigned char *encoded, encoded++; - *s = malloc(elen.uns+1); + *s = ares_malloc(elen.uns+1); if (*s == NULL) return ARES_ENOMEM; q = *s; -- cgit v1.2.3