Archived
1
0
Fork 0

gnu: ntfs-3g: Fix patch for CVE-2017-0358.

This is a followup to commit 1a82ba660e.

* gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch: Make patch apply.
This commit is contained in:
Leo Famulari 2017-02-18 14:18:15 -05:00
parent 365950ce92
commit bd1450f1e4
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2,10 +2,11 @@ Fix CVE-2017-0358:
http://seclists.org/oss-sec/2017/q1/259 http://seclists.org/oss-sec/2017/q1/259
This patch was copied from the above URL. This patch was copied from the above URL.
diff -ur ntfs-3g.old/src/lowntfs-3g.c ntfs-3g/src/lowntfs-3g.c diff --git a/src/lowntfs-3g.c b/src/lowntfs-3g.c
--- ntfs-3g.old/src/lowntfs-3g.c 2017-02-09 15:01:04.074331542 -0500 index 0bb38f9..c6d1dad 100644
+++ ntfs-3g/src/lowntfs-3g.c 2017-02-09 15:06:35.757580937 -0500 --- a/src/lowntfs-3g.c
@@ -3827,13 +3827,14 @@ +++ b/src/lowntfs-3g.c
@@ -3827,13 +3827,14 @@ static fuse_fstype load_fuse_module(void)
struct stat st; struct stat st;
pid_t pid; pid_t pid;
const char *cmd = "/sbin/modprobe"; const char *cmd = "/sbin/modprobe";