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 vstinner
Recipients Alexander Riccio, benjamin.peterson, pablogsal, vstinner
Date 2020-03-30.21:23:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585603409.07.0.139014815589.issue40020@roundup.psfhosted.org>
In-reply-to
Content
Alexander Riccio: Do you know want to propose a change to replace direct usage of malloc/realloc/free with PyMem_Malloc, PyMem_Realloc and PyMem_RawFree? It would add their builtin debug feature for free, and also detect most obvious buffer overflow (reject size larger than PY_SSIZE_T_MAX).
History
Date User Action Args
2020-03-30 21:23:29vstinnersetrecipients: + vstinner, benjamin.peterson, Alexander Riccio, pablogsal
2020-03-30 21:23:29vstinnersetmessageid: <1585603409.07.0.139014815589.issue40020@roundup.psfhosted.org>
2020-03-30 21:23:29vstinnerlinkissue40020 messages
2020-03-30 21:23:29vstinnercreate