From a39e19f96447a409ae6f6c1c63d3c16feb1a3991 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Fri, 26 Aug 2016 11:10:07 +0200 Subject: unmaintained/[multiple] move back packages to testing move back packages that are depends of other packages in testing --- testing/py-tkinter/unchecked-ioctl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/py-tkinter/unchecked-ioctl.patch (limited to 'testing/py-tkinter/unchecked-ioctl.patch') diff --git a/testing/py-tkinter/unchecked-ioctl.patch b/testing/py-tkinter/unchecked-ioctl.patch new file mode 100644 index 0000000000..4d5564c2cb --- /dev/null +++ b/testing/py-tkinter/unchecked-ioctl.patch @@ -0,0 +1,11 @@ +--- ./Modules/fcntlmodule.c.orig ++++ ./Modules/fcntlmodule.c +@@ -118,7 +118,7 @@ + int mutate_arg = 1; + char buf[IOCTL_BUFSZ+1]; /* argument plus NUL byte */ + +- if (PyArg_ParseTuple(args, "O&Iw#|i:ioctl", ++ if (PyArg_ParseTuple(args, "O&Iw#|n:ioctl", + conv_descriptor, &fd, &code, + &str, &len, &mutate_arg)) { + char *arg; -- cgit v1.2.3