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 benjamin.peterson, serhiy.storchaka, vstinner
Date 2015-02-11.17:30:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423675815.31.0.721977402363.issue23446@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-02-11 17:30:15serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, benjamin.peterson
2015-02-11 17:30:15serhiy.storchakasetmessageid: <1423675815.31.0.721977402363.issue23446@psf.upfronthosting.co.za>
2015-02-11 17:30:15serhiy.storchakalinkissue23446 messages
2015-02-11 17:30:15serhiy.storchakacreate