Content-Disposition: inline CC: Return-Path: To: "Mark Andrews via RT" User-Agent: Mutt/1.5.23 (2014-03-12) X-RT-Incoming-Encryption: Not encrypted Delivered-To: bind9-public@bugs.isc.org Message-ID: <20171011005538.GA62408@isc.org> In-Reply-To: Date: Wed, 11 Oct 2017 00:55:38 +0000 X-RT-Interface: Email Subject: Re: [ISC-Bugs #46244] isc_buffer_printf unit test failure X-RT-Original-Encoding: utf-8 References: From: "Evan Hunt" X-Original-To: bind9-public@bugs.isc.org MIME-Version: 1.0 From each@isc.org Wed Oct 11 00:55:39 2017 Received: from bikeshed.isc.org (bikeshed.isc.org [149.20.48.19]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mail.isc.org", Issuer "RapidSSL CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id 6A805D78B0C for ; Wed, 11 Oct 2017 00:55:39 +0000 (UTC) Received: by bikeshed.isc.org (Postfix, from userid 10292) id 1F1E8216C1E; Wed, 11 Oct 2017 00:55:38 +0000 (UTC) content-type: text/plain; charset="utf-8" RT-Message-ID: Content-Length: 252 > The empty format test was unnecessarily complicated. > The test has been updated. The third argument is actually required by some compilers; without it you get a warning that causes compilation failure with --enable-developer. (Yes, it's stupid.)