Message194661
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. |
|
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 | |
|