diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-11-27 20:30:42 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-11-27 20:30:42 (GMT) |
commit | 6d20b43a4e3255e4b4fe4468861abf72166d9acf (patch) | |
tree | 51a1700f66bc49fbd88c066beedfbe31af679505 /Python/importdl.c | |
parent | e274864004995f7b8b80abe1cea61b5ec8111ad7 (diff) | |
download | cpython-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 'Python/importdl.c')
0 files changed, 0 insertions, 0 deletions