[Python-checkins] CVS: python/dist/src/Misc ACKS,1.137,1.138

Tim Peters tim_one@users.sourceforge.net
Tue, 27 Nov 2001 12:30:44 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv26953/python/Misc

Modified Files:
	ACKS 
Log Message:
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.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.137
retrieving revision 1.138
diff -C2 -d -r1.137 -r1.138
*** ACKS	2001/10/31 04:45:45	1.137
--- ACKS	2001/11/27 20:30:42	1.138
***************
*** 275,278 ****
--- 275,279 ----
  Vladimir Marangozov
  Doug Marien
+ Alex Martelli
  Anthony Martin
  Roger Masse