From owner-cvs-src@FreeBSD.ORG Mon Aug 4 14:00:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B50921065683; Mon, 4 Aug 2008 14:00:12 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (ZIM.MIT.EDU [18.95.3.101]) by mx1.freebsd.org (Postfix) with ESMTP id C49678FC19; Mon, 4 Aug 2008 14:00:11 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.2/8.14.2) with ESMTP id m74DxVAm001356; Mon, 4 Aug 2008 09:59:31 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.2/8.14.2/Submit) id m74DxVQg001355; Mon, 4 Aug 2008 09:59:31 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Mon, 4 Aug 2008 09:59:31 -0400 From: David Schultz To: Colin Percival Message-ID: <20080804135931.GA1132@zim.MIT.EDU> Mail-Followup-To: Colin Percival , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200808040656.m746u26m094276@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200808040656.m746u26m094276@repoman.freebsd.org> Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdio vfwprintf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2008 14:00:12 -0000 On Mon, Aug 04, 2008, Colin Percival wrote: > cperciva 2008-08-04 06:55:42 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdio vfwprintf.c > Log: > SVN rev 181281 on 2008-08-04 06:55:42Z by cperciva > > Initialize "nconv" to a reasonable value in all code paths. Prior to > this commit, sprintf("%s", "") could fail depending on what happened > to be on the stack. I think you mean swprintf() here.