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 davin, larry, serhiy.storchaka, skrah, vstinner, xdegaye
Date 2017-11-01.01:56:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509501375.43.0.213398074469.issue31626@psf.upfronthosting.co.za>
In-reply-to
Content
While the commit b484d5606ca76f9bbd0f5de7a6ef753400213e94 fixes a crash on OpenBSD and makes the code "correct" on any platforms, I still see it as a feature regression. Detecting buffer overflow and using freed memory are feature of debug hooks.

https://docs.python.org/dev/c-api/memory.html#c.PyMem_SetupDebugHooks

So yes, debug-realloc.diff is interesting.
History
Date User Action Args
2017-11-01 01:56:15vstinnersetrecipients: + vstinner, larry, skrah, xdegaye, serhiy.storchaka, davin
2017-11-01 01:56:15vstinnersetmessageid: <1509501375.43.0.213398074469.issue31626@psf.upfronthosting.co.za>
2017-11-01 01:56:15vstinnerlinkissue31626 messages
2017-11-01 01:56:14vstinnercreate