Received: from mx.pao1.isc.org (mx.pao1.isc.org [149.20.64.53]) by bugs.isc.org (Postfix) with ESMTP id 802B420EE2C6 for ; Wed, 29 Feb 2012 16:11:55 +0000 (UTC) Received: from bikeshed.isc.org (bikeshed.isc.org [IPv6:2001:4f8:3:d::19]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mail.isc.org", Issuer "RapidSSL CA" (not verified)) by mx.pao1.isc.org (Postfix) with ESMTPS id A686BC9427 for ; Wed, 29 Feb 2012 16:11:39 +0000 (UTC) (envelope-from shane@isc.org) Received: from shane-desktop (unknown [IPv6:2001:610:719:1:beae:c5ff:fe43:aa00]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by bikeshed.isc.org (Postfix) with ESMTPSA id AE7CC216C31 for ; Wed, 29 Feb 2012 16:11:38 +0000 (UTC) (envelope-from shane@isc.org) Delivered-To: bind9-bugs@bugs.isc.org MIME-Version: 1.0 Subject: Abnormal exit in nsupdate when missing a label X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.1 Return-Path: X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.8; x86_64-redhat-linux-gnu) X-Original-To: bind9-bugs@bugs.isc.org Date: Wed, 29 Feb 2012 17:11:18 +0100 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mx.pao1.isc.org content-type: text/plain; charset="utf-8" Message-ID: <20120229171118.5579f766@shane-desktop> To: bind9-bugs@isc.org Content-Transfer-Encoding: 7bit From: Shane Kerr X-RT-Original-Encoding: US-ASCII Content-Length: 419 Hello, I was using nsupdate and it crashed on me: shane@mercury:~$ nsupdate > update delete carbon.time-travellers.nl.eu.org. 3600 IN AAAA 2a02:2770::21a:4aff:fea3:eeaa > update delete carbon.time-travellers.nl.eu.org. 3600 IN A 46.19.37.141 > update add c..time-travellers.nl.eu.org. 3600 IN AAAA 2a02:2770::21a:4aff:fea3:eeaa dns_name_fromtext: empty label A typo should not cause the program to exit. -- Shane