diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-10-10 15:40:44 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-20 09:45:15 +0200 |
commit | 34f0a08af2dadbc1c1b196d75d7f9b927aad184e (patch) | |
tree | 1d280b697b96720e091046b003199c6af42a3fa8 /sys-apps/util-linux | |
parent | sys-apps/kexec-tools: remove unused files. (diff) | |
download | gentoo-34f0a08af2dadbc1c1b196d75d7f9b927aad184e.tar.gz gentoo-34f0a08af2dadbc1c1b196d75d7f9b927aad184e.tar.bz2 gentoo-34f0a08af2dadbc1c1b196d75d7f9b927aad184e.zip |
sys-apps/util-linux: remove unused patch.
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/files/util-linux-2.30-pylibmount_segfault.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-apps/util-linux/files/util-linux-2.30-pylibmount_segfault.patch b/sys-apps/util-linux/files/util-linux-2.30-pylibmount_segfault.patch deleted file mode 100644 index 73fbc9949232..000000000000 --- a/sys-apps/util-linux/files/util-linux-2.30-pylibmount_segfault.patch +++ /dev/null @@ -1,25 +0,0 @@ -https://bugs.gentoo.org/621176 - -From 29b721bc9d20ed44858017689ce1745c220bd0d4 Mon Sep 17 00:00:00 2001 -From: Zac Medico <zmedico@gentoo.org> -Date: Wed, 7 Jun 2017 17:21:33 -0700 -Subject: [PATCH] pylibmount: NULL terminate kwlist in Context_init - -Fixes a segfault observed with python3.6. ---- - libmount/python/context.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libmount/python/context.c b/libmount/python/context.c -index 6d82e1432..982414d01 100644 ---- a/libmount/python/context.c -+++ b/libmount/python/context.c -@@ -90,7 +90,7 @@ static int Context_init(ContextObjext *self, PyObject *args, PyObject *kwds) - "source", "target", "fstype", - "options", "mflags", "fstype_pattern", - "options_pattern", "fs", "fstab", -- "optsmode" -+ "optsmode", NULL - }; - - if (!PyArg_ParseTupleAndKeywords( |