Staging
v0.5.1
https://github.com/python/cpython
Revision ba5a3f2ebb31f4d131314820d5dda5506c06fa60 authored by Anthony Baxter on 21 December 2001, 03:49:31 UTC, committed by Anthony Baxter on 21 December 2001, 03:49:31 UTC
 SF bug 485175:  buffer overflow in
 traceback.c.  Bugfix candidate.  tb_displayline():  the sprintf
 format was choking off the file name, but used plain %s for the
 function name (which can be arbitrarily long).  Limit both to 500
 chars max.
1 parent 8d0b5ad
History
Tip revision: ba5a3f2ebb31f4d131314820d5dda5506c06fa60 authored by Anthony Baxter on 21 December 2001, 03:49:31 UTC
backport 2.35:
Tip revision: ba5a3f2
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 2.2 KB
LICENSE -rw-r--r-- 11.5 KB
Makefile.pre.in -rw-r--r-- 21.8 KB
README -rw-r--r-- 37.7 KB
acconfig.h -rw-r--r-- 6.2 KB
config.h.in -rw-r--r-- 17.0 KB
configure -rwxr-xr-x 179.8 KB
configure.in -rw-r--r-- 36.7 KB
install-sh -rwxr-xr-x 5.5 KB
setup.py -rw-r--r-- 25.2 KB

README

back to top