[New-bugs-announce] [issue27550] Integer Overflow Crash On Arithmetic Operations

pablo sacristan report at bugs.python.org
Mon Jul 18 01:56:32 EDT 2016


New submission from pablo sacristan:

There is an integer overflow because python doesn't check the length correctly on arithmetic operations:
0xFFFFFFFFFFFFFFF**10000000000**80000000000000000

Just that line will freeze python, no oveflow message appears, no memory error, and python basically crashes because it just stops working.
Hope it helps ;)

----------
messages: 270704
nosy: pabstersac
priority: normal
severity: normal
status: open
title: Integer Overflow Crash On Arithmetic Operations
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27550>
_______________________________________


More information about the New-bugs-announce mailing list