]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence compiler warning
authorMark Andrews <marka@isc.org>
Sun, 23 Feb 2014 00:44:12 +0000 (11:44 +1100)
committerMark Andrews <marka@isc.org>
Sun, 23 Feb 2014 00:44:12 +0000 (11:44 +1100)
bin/named/client.c

index 4e58ae77c698264ee98490f3114f3b15e8bc8eee..799b6460094d9b31ac7523d282e0f58502af4a0e 100644 (file)
@@ -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);