mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
testing/py-tkinter: add new aport
This is the GUI part of python.
This commit is contained in:
parent
68a495e3a8
commit
bd1de6ce91
3 changed files with 102 additions and 0 deletions
11
testing/py-tkinter/unchecked-ioctl.patch
Normal file
11
testing/py-tkinter/unchecked-ioctl.patch
Normal file
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue