• Anthony Baxter's avatar
    backport 2.35: · ba5a3f2e
    Anthony Baxter yazdı
     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.
    ba5a3f2e
traceback.c 5.55 KB