[New-bugs-announce] [issue27555] Integer Overflow on oct()

pablo sacristan report at bugs.python.org
Mon Jul 18 02:11:29 EDT 2016


New submission from pablo sacristan:

There is an integer overflow on oct() because of incorrectly checking the length.
oct(0xFFFFFFFFFFFFFFF+100000**8000000000)
That line will freeze python until you restart it, which is as good as crashed.
Hope it helps ;)

----------
messages: 270709
nosy: pabstersac
priority: normal
severity: normal
status: open
title: Integer Overflow on oct()
versions: Python 3.5, Python 3.6

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


More information about the New-bugs-announce mailing list