• Tim Peters's avatar
    SF bug 485175: buffer overflow in traceback.c. · e5199d5e
    Tim Peters authored
    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.
    e5199d5e
traceback.c 6.44 KB