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
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 14.5 KB
README -rw-r--r-- 1.2 KB
pyconfig.h -rw-r--r-- 17.5 KB
sleep.c -rw-r--r-- 866 bytes
unixstuff.c -rw-r--r-- 1.7 KB
unixstuff.h -rw-r--r-- 318 bytes

README

back to top