You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/eunuchs/files/eunuchs-20050320.1-python-2...

12 lines
262 B

--- lib/eunuchs/sendmsg.c
+++ lib/eunuchs/sendmsg.c
@@ -101,7 +101,7 @@
real_controllen += CMSG_SPACE(sizeof *info);
} else {
char *data;
- int len;
+ Py_ssize_t len;
if (PyString_AsStringAndSize(rest, &data, &len))
return NULL; // TODO leaks