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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16335>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to