From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/1] gnu: tcsh: Fix out of bounds read. Date: Thu, 8 Dec 2016 13:54:28 -0500 Message-ID: <20161208185428.GA13317@jasmine> References: <20161207080947.GA26434@macbook42.flashner.co.il> <87a8c89fgo.fsf@gnu.org> <87fulznbjg.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <20161208004057.GA26321@jasmine> <87wpfan4ja.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cF3q5-0006Hs-9v for guix-devel@gnu.org; Thu, 08 Dec 2016 13:54:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cF3q1-0004va-EY for guix-devel@gnu.org; Thu, 08 Dec 2016 13:54:41 -0500 Content-Disposition: inline In-Reply-To: <87wpfan4ja.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Thu, Dec 08, 2016 at 10:39:21AM +0100, Ludovic Courtès wrote: > Boost has no run-time dependency on tcsh, as shown by: > > guix size boost | grep tcsh > > This is probably the reason why tcsh is in ‘native-inputs’, and also the > reason why Boost is not grafted in this case. > > It’s a case where using a graft allows us to not rebuild anything when > we know it wouldn’t make any difference. Oh, right! Thank you for taking the time to explain something that I already knew and momentarily forgot! :) > Anyway, the patch LGTM, thank you! Pushed!