- 10 Sep, 2012 17 commits
-
-
Christian Heimes authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't enlarged for the new 'x' flag. The buffer may contain the 5 flags xrwa+ and the \0 byte
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL
-
Christian Heimes authored
Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL
-
Christian Heimes authored
Fixed two memory leaks in make_filename() in zipimport.c. The allocated buffer wasn't cleaned up in two error cases. CID 486832
-
- 09 Sep, 2012 16 commits
-
-
Christian Heimes authored
Make sure that *really* no more than sizeof(ifr.ifr_name) chars are strcpy-ed to ifr.ifr_name and that the string is *always* NUL terminated. New code shouldn't use strcpy(), too. CID 719692
-
Jesus Cea authored
-
Alexander Belopolsky authored
-
Jesus Cea authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Ned Deily authored
they are created in the install locations and with the proper timestamp. (Solution suggested by MvL)
-
Ned Deily authored
-
Ned Deily authored
they are created in the install locations and with the proper timestamp. (Solution suggested by MvL)
-
- 08 Sep, 2012 7 commits
-
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#15865: add "*" in the signature to document keyword-only args in the docs. Patch by Chris Jerdonek.
-
R David Murray authored
Patch by Chris Jerdonek.
-