[issue22470] Possible integer overflow in error handlers

2014-10-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset a3e18dd8f267 by Serhiy Storchaka in branch '2.7':
Fixed issue number for issue #22470 in Misc/NEWS.
https://hg.python.org/cpython/rev/a3e18dd8f267

New changeset cba365e2117f by Serhiy Storchaka in branch '3.4':
Fixed issue number for issue #22470 in Misc/NEWS.
https://hg.python.org/cpython/rev/cba365e2117f

New changeset fc941169125e by Serhiy Storchaka in branch 'default':
Fixed issue number for issue #22470 in Misc/NEWS.
https://hg.python.org/cpython/rev/fc941169125e

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22470
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22470] Possible integer overflow in error handlers

2014-10-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Committed in 3f7519f633ed, ec9b7fd246b6, 2df4cc31c36e (and d1be1f355f59 fixes 
an error in 3f7519f633ed).

--
resolution:  - fixed
stage: patch review - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22470
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22470] Possible integer overflow in error handlers

2014-09-30 Thread Arfrever Frehtes Taifersar Arahesis

Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com:


--
nosy: +Arfrever

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22470
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22470] Possible integer overflow in error handlers

2014-09-23 Thread Serhiy Storchaka

New submission from Serhiy Storchaka:

There are potential integer overflows in error handlers. Here is simple patch 
which fixes them.

--
assignee: serhiy.storchaka
components: Extension Modules
files: codecs_error_hadlers_overflow.patch
keywords: patch
messages: 227370
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Possible integer overflow in error handlers
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file36701/codecs_error_hadlers_overflow.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22470
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com