diff options
author | Tim Peters <tim.peters@gmail.com> | 2005-07-17 23:45:23 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2005-07-17 23:45:23 +0000 |
commit | 1f50e003afcc86d56d8549d33e344348fb5607b8 (patch) | |
tree | 4c12bd95039e1c14b309319184ce470c1a1ebab6 /Python/errors.c | |
parent | fe3a9fb38252167d2f123985f0b65ea129aac14f (diff) | |
download | cpython-1f50e003afcc86d56d8549d33e344348fb5607b8.tar.gz |
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.
Bugfix candidate.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions