From owner-freebsd-stable@FreeBSD.ORG Thu Oct 27 00:11:06 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E41D616A41F for ; Thu, 27 Oct 2005 00:11:05 +0000 (GMT) (envelope-from gjb@gbch.net) Received: from gw.gbch.net (gw.gbch.net [203.143.238.93]) by mx1.FreeBSD.org (Postfix) with SMTP id C78E443D46 for ; Thu, 27 Oct 2005 00:11:03 +0000 (GMT) (envelope-from gjb@gbch.net) Received: (qmail 86617 invoked from network); 27 Oct 2005 10:11:02 +1000 Received: from iliad.gbch.net (172.16.1.9) by gw.gbch.net with SMTP; 27 Oct 2005 10:11:02 +1000 Received: (qmail 98703 invoked by uid 1001); 27 Oct 2005 10:11:00 +1000 Message-ID: Date: Thu, 27 Oct 2005 10:11:00 +1000 From: Greg Black To: Matt Emmerton References: <003b01c5da89$88c3df80$1200a8c0@gsicomp.on.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003b01c5da89$88c3df80$1200a8c0@gsicomp.on.ca> User-Agent: Mutt/1.4.2.1i; gjb-muttsend.sh 1.7 2004-10-05 X-Uptime: 16 days X-Operating-System: FreeBSD 5.4-RELEASE i386 X-Location: Brisbane, Australia; 27.49841S 152.98439E X-URL: http://www.gbch.net/gjb.html X-Blog: http://www.gbch.net/gjb/blog/ X-Image-URL: http://www.gbch.net/gjb/gjb-auug048.gif X-PGP-Key-Fingerprint: EBB2 2A92 A79D 1533 AC00 3C46 5D83 B6FB 4B04 B7D6 X-Request-PGP: http://www.gbch.net/keys/4B04B7D6.asc Cc: Mark Andrews , freebsd-stable@freebsd.org Subject: Re: Resolver doesn't like 1.2.3.04 in /etc/hosts X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 00:11:06 -0000 On 2005-10-26, Matt Emmerton wrote: > > On 2005-10-26, Mark Andrews wrote: > > > Leading zeros are ambigious. Some platforms treat them as octal > > > others treat them as decimal. > > > > There is nothing ambiguous about the example provided. (Perhaps > > it wasn't a good example, but it's always a bug if '04' is not > > correctly decoded, regardless of the numeric base in use.) > > Not to belittle the point, but '04' is invalid for base-2/3/4. The bases discussed here were 8 and 10; my comment applied to them. As for base 3, I don't care what you write using it, I won't be bothering about it.