From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 04:03:49 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81E741065678; Thu, 20 Oct 2011 04:03:49 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5A77F8FC08; Thu, 20 Oct 2011 04:03:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9K43nGF027609; Thu, 20 Oct 2011 04:03:49 GMT (envelope-from das@freefall.freebsd.org) Received: (from das@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9K43mHP027604; Thu, 20 Oct 2011 04:03:48 GMT (envelope-from das) Date: Thu, 20 Oct 2011 04:03:48 GMT Message-Id: <201110200403.p9K43mHP027604@freefall.freebsd.org> To: naruse@airemix.jp, das@FreeBSD.org, freebsd-bugs@FreeBSD.org From: das@FreeBSD.org Cc: Subject: Re: kern/152042: [libc] [patch] wrong bufsize of __hdtoa X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2011 04:03:49 -0000 Synopsis: [libc] [patch] wrong bufsize of __hdtoa State-Changed-From-To: open->closed State-Changed-By: das State-Changed-When: Thu Oct 20 04:02:30 UTC 2011 State-Changed-Why: Thanks for the report, but rv_alloc() already includes the space for the NUL terminator! It's not a very clear interface, I know, but that code comes from a third party. http://www.freebsd.org/cgi/query-pr.cgi?pr=152042