summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-11-27 20:30:42 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-11-27 20:30:42 (GMT)
commit6d20b43a4e3255e4b4fe4468861abf72166d9acf (patch)
tree51a1700f66bc49fbd88c066beedfbe31af679505 /Misc/ACKS
parente274864004995f7b8b80abe1cea61b5ec8111ad7 (diff)
downloadcpython-6d20b43a4e3255e4b4fe4468861abf72166d9acf.zip
cpython-6d20b43a4e3255e4b4fe4468861abf72166d9acf.tar.gz
cpython-6d20b43a4e3255e4b4fe4468861abf72166d9acf.tar.bz2
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 1975ced..0e9e07f 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -274,6 +274,7 @@ Grzegorz Makarewicz
Ken Manheimer
Vladimir Marangozov
Doug Marien
+Alex Martelli
Anthony Martin
Roger Masse
Nick Mathewson