MIME-Version: 1.0 In-Reply-To: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 References: <20110126121131.D3AE692B859@drugs.dv.isc.org> Message-ID: Content-Type: text/plain; charset=UTF-8 X-RT-Original-Encoding: utf-8 Received: from mx.pao1.isc.org (mx.pao1.isc.org [149.20.64.53]) by bugs.isc.org (Postfix) with ESMTP id B9E3920EE269 for ; Wed, 26 Jan 2011 12:29:01 +0000 (UTC) Received: from mail-iw0-f177.google.com (mail-iw0-f177.google.com [209.85.214.177]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by mx.pao1.isc.org (Postfix) with ESMTPS id E0AEBC9434 for ; Wed, 26 Jan 2011 12:28:52 +0000 (UTC) (envelope-from db.pub.mail@gmail.com) Received: by iwn38 with SMTP id 38so828313iwn.8 for ; Wed, 26 Jan 2011 04:28:52 -0800 (PST) Received: by 10.231.32.141 with SMTP id c13mr8077060ibd.101.1296044932140; Wed, 26 Jan 2011 04:28:52 -0800 (PST) Received: by 10.231.170.132 with HTTP; Wed, 26 Jan 2011 04:28:32 -0800 (PST) Delivered-To: dhcp-bugs@bugs.isc.org Subject: Re: [ISC-Bugs #23006] AutoReply: test Domainkey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=UQWb6XKqyVcnxACJrJjzMozB7kzxVC/zobYUe+9M/P7F8Vu2mRcISrUwgZB/R7oGgV YvRs2gWAqRz8vFOp0FoZA050wB9YTokbtVe56EC0r5iEQrgfcsQzPBoezMYivpbSt5lG G8NA9MZt9pPNCjX/ifZnj9Uyp2K5Nm/IlkTbo= Return-Path: Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=8vJ/i6pUKv0G5lNk2tmCy9I+cG489jzTNU59Rrx4/Ig=; b=QDXh3nVgaSFQKJetdYeb2/1DugD+r8AgaQRTS1XM1IZTmXxwcZGbGqjlbtXzEM74iI 189UffYk2cyLfL2jCDmtsCP6QplflATbn1FkHBvXFdn24LfOQTRGagxCY2zBgdt+fb20 LkBBlu6ytIhGcFWQMP5xY7Hvl56yWVETOo1ro= X-Original-To: dhcp-bugs@bugs.isc.org Date: Wed, 26 Jan 2011 23:28:32 +1100 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mx.pao1.isc.org To: dhcp-bugs@isc.org From: dave b RT-Message-ID: Content-Length: 747 First off what happened to bug 19839 ? --------------- Ok continuing with this bug.... The man page for inet_ntop states the following: AF_INET6 src points to a struct in6_addr (in network byte order) which is converted to a representation of this address in the most appropriate IPv6 network address format for this address. The buffer dst must be at least INET6_ADDRSTRLEN bytes long. INET6_ADDRSTRLEN is 46,( #define INET6_ADDRSTRLEN 46 ) I prefer to not disagree with manuals (46 > 40). Even if you decide to ignore this -> In the following *should* be fixed: 1. the incorrect comment needs to be either removed or 'corrected' 2. addrbuf for ipv6 should be at least 46 or INET6_ADDRSTRLEN long.