• Tim Peters's avatar
    SF bug 485175: buffer overflow in traceback.c. · 6d20b43a
    Tim Peters yazdı
    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.
    6d20b43a
ACKS 6.89 KB