From owner-svn-src-all@FreeBSD.ORG Mon Oct 6 14:49:30 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0647A62; Mon, 6 Oct 2014 14:49:30 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C556B6D9; Mon, 6 Oct 2014 14:49:29 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id a1so6732843wgh.35 for ; Mon, 06 Oct 2014 07:49:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=YXSZsdWYDnZtf2OpePdjtQKLQRvhKSw7ZUL63pYU/fs=; b=itV8OoxIekPN/rpo/iS7+8stWiga3z2n2RM62FSDPCg9l/0jB2L6qG65GdhF98GVzP usbscI7uc8rA5ieWGRMJTlZhM/urHe5xeWjJkgv76Es8iG5WNLCKpPQExZ+a+zOJBloe nM3OqcSQJ4w0zh1iHkpZ8oBc7hT7N3xiTY/rSRoGE0/Q0ctBDQEi+Gyv6H24KkSRw3my xqxMg8q3jT1s6AjOhQ4vh/t5jROKcwaYxo2JiDUzWrOgTFubx3NRChQnVDEcT3zUA9m+ pFO8x2BWtnQkGfeLlEXFCRihHXxMmL+NYlSnme9QuO0c65jNhT3urerju6lc7QCSEBuy qHww== X-Received: by 10.194.60.51 with SMTP id e19mr31008546wjr.65.1412606968089; Mon, 06 Oct 2014 07:49:28 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id ma8sm17507557wjb.46.2014.10.06.07.49.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Oct 2014 07:49:27 -0700 (PDT) Sender: Baptiste Daroussin Date: Mon, 6 Oct 2014 16:49:24 +0200 From: Baptiste Daroussin To: Craig Rodrigues Subject: Re: svn commit: r272649 - head/contrib/byacc Message-ID: <20141006144924.GB37670@ivaldir.etoilebsd.net> References: <201410061443.s96Eh2Jn022718@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Izn7cH1Com+I3R9J" Content-Disposition: inline In-Reply-To: <201410061443.s96Eh2Jn022718@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2014 14:49:30 -0000 --Izn7cH1Com+I3R9J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 06, 2014 at 02:43:02PM +0000, Craig Rodrigues wrote: > Author: rodrigc > Date: Mon Oct 6 14:43:02 2014 > New Revision: 272649 > URL: https://svnweb.freebsd.org/changeset/base/272649 >=20 > Log: > MFV: > use calloc in get_line() when allocating line to ensure it is fully in= itialized, > fixes a later uninitialized value in copy_param() (FreeBSD #193499). > =20 > PR: 193499 > Submitted by: Thomas E. Dickey >=20 Why a direct commit instead of a proper import of 20141005 version? it would have imho been better, simpler and easier to maintain. regards, Bapt --Izn7cH1Com+I3R9J Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQyq/QACgkQ8kTtMUmk6EzYcwCfQpwUkP9F/lRoDWbnMcm7ClqM aDIAn0wPe78Uk5S81SBzPprKmJ8ezvYe =8MYB -----END PGP SIGNATURE----- --Izn7cH1Com+I3R9J--