This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients WGH, ezio.melotti, mrabarnett, python-dev, serhiy.storchaka
Date 2017-02-04.21:00:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486242028.19.0.0856152004366.issue29444@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 83d13325dec591676eeafb12a4caa01a67ef2f7e by Serhiy Storchaka in branch 'master':
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
https://github.com/python/cpython/commit/83d13325dec591676eeafb12a4caa01a67ef2f7e

New changeset 929374345586086c9860a3937b275511dcc8185a by Serhiy Storchaka in branch 'master':
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
https://github.com/python/cpython/commit/929374345586086c9860a3937b275511dcc8185a

New changeset e0a10190f88e474a159da92b7b5be472e0d7f325 by Serhiy Storchaka in branch 'master':
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
https://github.com/python/cpython/commit/e0a10190f88e474a159da92b7b5be472e0d7f325
History
Date User Action Args
2017-02-04 21:00:28python-devsetrecipients: + python-dev, ezio.melotti, mrabarnett, serhiy.storchaka, WGH
2017-02-04 21:00:28python-devsetmessageid: <1486242028.19.0.0856152004366.issue29444@psf.upfronthosting.co.za>
2017-02-04 21:00:28python-devlinkissue29444 messages
2017-02-04 21:00:28python-devcreate