commit: 519249c8efcec2cb343f4ad12f9717e05a6ba3b9 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Jun 24 18:13:17 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Jun 25 07:30:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519249c8
sys-fs/ntfs3g: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/16403 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../files/ntfs3g-2016.2.22-CVE-2017-0358.patch | 40 ---------------------- 1 file changed, 40 deletions(-) diff --git a/sys-fs/ntfs3g/files/ntfs3g-2016.2.22-CVE-2017-0358.patch b/sys-fs/ntfs3g/files/ntfs3g-2016.2.22-CVE-2017-0358.patch deleted file mode 100644 index 1ce7e9cdae3..00000000000 --- a/sys-fs/ntfs3g/files/ntfs3g-2016.2.22-CVE-2017-0358.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff --git a/src/lowntfs-3g.c b/src/lowntfs-3g.c -index 0bb38f97..c6d1dad3 100644 ---- a/src/lowntfs-3g.c -+++ b/src/lowntfs-3g.c -@@ -3827,13 +3827,14 @@ static fuse_fstype load_fuse_module(void) - struct stat st; - pid_t pid; - const char *cmd = "/sbin/modprobe"; -+ char *env = (char*)NULL; - struct timespec req = { 0, 100000000 }; /* 100 msec */ - fuse_fstype fstype; - - if (!stat(cmd, &st) && !geteuid()) { - pid = fork(); - if (!pid) { -- execl(cmd, cmd, "fuse", NULL); -+ execle(cmd, cmd, "fuse", NULL, &env); - _exit(1); - } else if (pid != -1) - waitpid(pid, NULL, 0); -diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c -index 268b0569..945fc0be 100644 ---- a/src/ntfs-3g.c -+++ b/src/ntfs-3g.c -@@ -3612,13 +3612,14 @@ static fuse_fstype load_fuse_module(void) - struct stat st; - pid_t pid; - const char *cmd = "/sbin/modprobe"; -+ char *env = (char*)NULL; - struct timespec req = { 0, 100000000 }; /* 100 msec */ - fuse_fstype fstype; - - if (!stat(cmd, &st) && !geteuid()) { - pid = fork(); - if (!pid) { -- execl(cmd, cmd, "fuse", NULL); -+ execle(cmd, cmd, "fuse", NULL, &env); - _exit(1); - } else if (pid != -1) - waitpid(pid, NULL, 0);
