Message194661
| 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:24 | serhiy.storchaka | set | recipients: + serhiy.storchaka, ezio.melotti, mrabarnett |
| 2013-08-08 11:56:24 | serhiy.storchaka | set | messageid: <1375962984.07.0.918202360038.issue18684@psf.upfronthosting.co.za> |
| 2013-08-08 11:56:23 | serhiy.storchaka | link | issue18684 messages |
| 2013-08-08 11:56:23 | serhiy.storchaka | create | |