From bd1de6ce91a3e6a0c2e29aa98622f99607d56333 Mon Sep 17 00:00:00 2001 From: Isaac Dunham Date: Mon, 8 Sep 2014 22:22:28 -0700 Subject: testing/py-tkinter: add new aport This is the GUI part of python. --- 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