[New-bugs-announce] [issue27553] Integer Overflow On unicode()

pablo sacristan report at bugs.python.org
Mon Jul 18 02:04:24 EDT 2016


New submission from pablo sacristan:

There is an integer overflow in unicode() because python incorrectly checks the length of unicode():
unicode(0xFFFFFFFFFFFFFFF+100000**8000000000)
That freezes python until you restart it which is basically the same effect as crashing python.
Hope it helps ;)

----------
messages: 270707
nosy: pabstersac
priority: normal
severity: normal
status: open
title: Integer Overflow On unicode()
versions: Python 3.5, Python 3.6

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


More information about the New-bugs-announce mailing list