diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-11-27 20:30:42 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-11-27 20:30:42 +0000 |
commit | 6d20b43a4e3255e4b4fe4468861abf72166d9acf (patch) | |
tree | 51a1700f66bc49fbd88c066beedfbe31af679505 /Misc | |
parent | e274864004995f7b8b80abe1cea61b5ec8111ad7 (diff) | |
download | cpython-git-6d20b43a4e3255e4b4fe4468861abf72166d9acf.tar.gz |
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')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -274,6 +274,7 @@ Grzegorz Makarewicz Ken Manheimer Vladimir Marangozov Doug Marien +Alex Martelli Anthony Martin Roger Masse Nick Mathewson |