From: Mark Andrews Date: Thu, 15 Nov 2001 02:52:23 +0000 (+0000) Subject: restore buf. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99aa38c234b1537e0701a34410c54d2e9ed741cd;p=thirdparty%2Fbind9.git restore buf. --- diff --git a/lib/dns/message.c b/lib/dns/message.c index 0d521c53bad..e40cc85d27f 100644 --- a/lib/dns/message.c +++ b/lib/dns/message.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: message.c,v 1.164.2.8 2001/11/15 01:30:37 marka Exp $ */ +/* $Id: message.c,v 1.164.2.9 2001/11/15 02:52:23 marka Exp $ */ /*** *** Imports @@ -2817,6 +2817,7 @@ dns_message_pseudosectiontotext(dns_message_t *msg, dns_name_t *name = NULL; isc_result_t result; isc_boolean_t omit_final_dot; + char buf[sizeof("1234567890")]; REQUIRE(DNS_MESSAGE_VALID(msg)); REQUIRE(target != NULL);