Message235758
Proposed patch replaces PyMem_Malloc with PyMem_New if the former is used in the form PyMem_Malloc(len * sizeof(type)). This can fix possible overflow errors and makes the code cleaner. |
|
Date |
User |
Action |
Args |
2015-02-11 17:30:15 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, benjamin.peterson |
2015-02-11 17:30:15 | serhiy.storchaka | set | messageid: <1423675815.31.0.721977402363.issue23446@psf.upfronthosting.co.za> |
2015-02-11 17:30:15 | serhiy.storchaka | link | issue23446 messages |
2015-02-11 17:30:15 | serhiy.storchaka | create | |
|