]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport 2.35:
authorAnthony Baxter <anthonybaxter@gmail.com>
Fri, 21 Dec 2001 03:49:31 +0000 (03:49 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Fri, 21 Dec 2001 03:49:31 +0000 (03:49 +0000)
commitba5a3f2ebb31f4d131314820d5dda5506c06fa60
treef9034c78b8998878a73bf9d67ad2cd3fbed5ab4e
parent8d0b5adf1501568f9de8b6d7b86cbb7e9d25c77e
backport 2.35:
 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.
Python/traceback.c