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 serhiy.storchaka
Recipients ezio.melotti, mrabarnett, serhiy.storchaka
Date 2013-08-08.11:56:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375962984.07.0.918202360038.issue18684@psf.upfronthosting.co.za>
In-reply-to
Content
In _sre.c pointers can point out of boundaries of array. This is an undefined behavior and is one of causes of a bug in issue17998 (end-ptr can be negative). The proposed patch change code to check if pointers will point out of boundaries before their changing.
History
Date User Action Args
2013-08-08 11:56:24serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett
2013-08-08 11:56:24serhiy.storchakasetmessageid: <1375962984.07.0.918202360038.issue18684@psf.upfronthosting.co.za>
2013-08-08 11:56:23serhiy.storchakalinkissue18684 messages
2013-08-08 11:56:23serhiy.storchakacreate