• Georg Brandl's avatar
    backporting fix by tim_one: · 7f944144
    Georg Brandl yazdı
    """
    SF bug #1238681:  freed pointer is used in longobject.c:long_pow().
    
    In addition, long_pow() skipped a necessary (albeit extremely unlikely
    to trigger) error check when converting an int modulus to long.
    
    Alas, I was unable to write a test case that crashed due to either
    cause.
    """
    7f944144
longobject.c 72.1 KB