commit | de7990b8af50e7f2ebf6776b948fdb48408ccb02 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Jul 17 23:45:23 2005 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Jul 17 23:45:23 2005 +0000 |
tree | 36c3ac459cc1140d9e65d8420815fd6468d50ad8 | |
parent | f5f32b47128763a1f782782bd5a1a125b6d8b28b [diff] |
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.