Staging
v0.5.1
https://github.com/python/cpython
Revision 77acf2b741b7b25b367c187f5f49dd91b59dbf7e authored by Barry Warsaw on 11 May 2004, 02:07:03 UTC, committed by Barry Warsaw on 11 May 2004, 02:07:03 UTC
binascii_a2b_qp() and binascii_b2a_qp() with calls to PyMem_Malloc() and
PyMem_Free().  These won't return NULL unless the allocations actually fail,
so it won't trigger a bogus memory error on some platforms <cough>AIX</cough>
when passed a length of zero.
1 parent 57f15af
History
Tip revision: 77acf2b741b7b25b367c187f5f49dd91b59dbf7e authored by Barry Warsaw on 11 May 2004, 02:07:03 UTC
In order to fix SF bug # 824977, we replace calloc()/free() calls in
Tip revision: 77acf2b
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.4 KB
LICENSE -rw-r--r-- 12.8 KB
Makefile.pre.in -rw-r--r-- 31.1 KB
README -rw-r--r-- 48.3 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 524.6 KB
configure.in -rw-r--r-- 84.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 24.6 KB
setup.py -rw-r--r-- 50.7 KB

README

back to top