diff options
| -rw-r--r-- | libc/inet/resolv.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index 5dca90746..4028afcbf 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -674,6 +674,7 @@ int __decode_dotted(const unsigned char *packet,  	if (!packet)  		return -1; +	dest[0] = '\0';  	while (--maxiter) {  		if (offset >= packet_len)  			return -1;  | 
