[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ntfs-3g: Does it build?
From: |
Danny Milosavljevic |
Subject: |
Re: ntfs-3g: Does it build? |
Date: |
Sat, 18 Feb 2017 23:13:40 +0100 |
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) {