[New-bugs-announce] [issue16335] Integer overflow in unicode-escape decoder

Serhiy Storchaka report at bugs.python.org
Sat Oct 27 00:55:21 CEST 2012


New submission from Serhiy Storchaka:

Size of parsed Unicode character name casted to int in unicode-escape decoder.  This can cause integer overflow.

----------
components: Interpreter Core, Unicode
files: decode_unicode_escape_overflow.patch
keywords: patch
messages: 173902
nosy: benjamin.peterson, ezio.melotti, haypo, lemburg, mark.dickinson, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Integer overflow in unicode-escape decoder
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file27741/decode_unicode_escape_overflow.patch

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


More information about the New-bugs-announce mailing list