content-type: text/plain; charset="utf-8" Received: from mx.pao1.isc.org (mx.pao1.isc.org [IPv6:2001:4f8:0:2::2b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id 65CCED78B0B for ; Tue, 21 Nov 2017 16:55:07 +0000 (UTC) Received: from zmx1.isc.org (zmx1.isc.org [149.20.0.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.pao1.isc.org (Postfix) with ESMTPS id B23AA3B3E7F for ; Tue, 21 Nov 2017 16:53:04 +0000 (UTC) Received: from zmx1.isc.org (localhost [127.0.0.1]) by zmx1.isc.org (Postfix) with ESMTPS id 4C6E916008F for ; Tue, 21 Nov 2017 16:53:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zmx1.isc.org (Postfix) with ESMTP id 4033316008E for ; Tue, 21 Nov 2017 16:53:01 +0000 (UTC) Received: from zmx1.isc.org ([127.0.0.1]) by localhost (zmx1.isc.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 2Ud7wReq2Zqu for ; Tue, 21 Nov 2017 16:53:01 +0000 (UTC) Received: from rays-mbp.local (unknown [46.227.151.81]) by zmx1.isc.org (Postfix) with ESMTPSA id DA70D160046 for ; Tue, 21 Nov 2017 16:53:00 +0000 (UTC) Return-Path: References: To: bind-suggest@isc.org X-Original-To: bind9-public@bugs.isc.org Message-ID: <847fb1bb-a133-03a5-74ee-1d751d5c0e5d@isc.org> MIME-Version: 1.0 Content-Language: en-US Subject: Re: [ISC-Bugs #42011] Reduce use of 'exit()' in 'dig' X-RT-Interface: Email Date: Tue, 21 Nov 2017 16:52:59 +0000 In-Reply-To: X-RT-Original-Encoding: utf-8 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 X-RT-Incoming-Encryption: Not encrypted User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mx.pao1.isc.org From: "Ray Bellis" Content-Transfer-Encoding: 7bit From ray@isc.org Tue Nov 21 16:55:07 2017 Delivered-To: bind9-public@bugs.isc.org RT-Message-ID: Content-Length: 303 On 21/11/2017 04:33, Mark Andrews via RT wrote: > Looks good to go. I've pushed some further changes back. Your new 'digexit()' function is still required under iOS, because fatal() is still used in some places. Also, we ended up with TARGET_IPHONE_OS instead of TARGET_OS_IPHONE in places. Ray