Staging
v0.5.1
https://github.com/python/cpython
Revision 7f944144855e431e6f74a743c9fc6afd7279f149 authored by Georg Brandl on 18 July 2005, 07:24:37 UTC, committed by Georg Brandl on 18 July 2005, 07:24:37 UTC
"""
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.
"""
1 parent b454ea9
History
Tip revision: 7f944144855e431e6f74a743c9fc6afd7279f149 authored by Georg Brandl on 18 July 2005, 07:24:37 UTC
backporting fix by tim_one:
Tip revision: 7f94414

README

back to top