From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: ntfs-3g: Does it build? Date: Sat, 18 Feb 2017 23:13:40 +0100 Message-ID: <20170218231340.7c8127da@scratchpost.org> References: <20170218183255.7c1368a7@scratchpost.org> <87tw7rffba.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfDGJ-0000Zb-Vj for guix-devel@gnu.org; Sat, 18 Feb 2017 17:13:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfDGG-0006Jx-Rb for guix-devel@gnu.org; Sat, 18 Feb 2017 17:13:51 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:58440) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cfDGG-0006Jr-LQ for guix-devel@gnu.org; Sat, 18 Feb 2017 17:13:48 -0500 In-Reply-To: <87tw7rffba.fsf@openmailbox.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: Kei Kebreau Cc: guix-devel@gnu.org Hi Kei, I think the empty line except for the whitespace is the only important line - see below. The number of spaces is different. diff --git a/gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch b/gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch index 6edd676e3..dfaeca080 100644 --- a/gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch +++ b/gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch @@ -12,7 +12,7 @@ diff -ur ntfs-3g.old/src/lowntfs-3g.c ntfs-3g/src/lowntfs-3g.c + char *env = (char*)NULL; struct timespec req = { 0, 100000000 }; /* 100 msec */ fuse_fstype fstype; - + if (!stat(cmd, &st) && !geteuid()) { pid = fork(); if (!pid) {