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
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.7 KB
LICENSE -rw-r--r-- 13.0 KB
Makefile.pre.in -rw-r--r-- 31.6 KB
README -rw-r--r-- 48.6 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 578.7 KB
configure.in -rw-r--r-- 86.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 23.8 KB
setup.py -rw-r--r-- 52.2 KB

README

back to top