From: Mark Andrews Date: Sun, 23 Feb 2014 00:44:12 +0000 (+1100) Subject: silence compiler warning X-Git-Tag: v9.10.0b1~8 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=89b23dc57e4f74bef91702df87e5c7add4742d94;p=thirdparty%2Fbind9.git silence compiler warning --- diff --git a/bin/named/client.c b/bin/named/client.c index 4e58ae77c69..799b6460094 100644 --- a/bin/named/client.c +++ b/bin/named/client.c @@ -1555,6 +1555,7 @@ compute_sit(ns_client_t *client, isc_uint32_t when, isc_uint32_t nonce, unsigned char *cp; unsigned int i; + memset(input, 0, sizeof(input)); cp = isc_buffer_used(buf); isc_buffer_putmem(buf, client->cookie, 8); isc_buffer_putuint32(buf, nonce);