From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: libgd security CVE-2016-7568 Date: Sat, 01 Oct 2016 14:20:35 +0200 Message-ID: <87a8eoi7l8.fsf@gnu.org> References: <20160929153818.GA30722@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqJHZ-00066w-GQ for guix-devel@gnu.org; Sat, 01 Oct 2016 08:20:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqJHU-0007j3-5T for guix-devel@gnu.org; Sat, 01 Oct 2016 08:20:44 -0400 In-Reply-To: <20160929153818.GA30722@jasmine> (Leo Famulari's message of "Thu, 29 Sep 2016 11:38:18 -0400") 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > This patches fixes an integer overflow in libgd: > > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7568 > http://seclists.org/oss-sec/2016/q3/639 > > From b125d20c4e60cfd204a99fd7df174de73df067a2 Mon Sep 17 00:00:00 2001 > From: Leo Famulari > Date: Thu, 29 Sep 2016 11:32:34 -0400 > Subject: [PATCH] gnu: gd: Fix CVE-2016-7568. > > * gnu/packages/patches/gd-CVE-2016-7568.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/gd.scm (gd)[source]: Use it. LGTM, thanks! Ludo'.