Message305349
| 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:15 | vstinner | set | recipients: + vstinner, larry, skrah, xdegaye, serhiy.storchaka, davin |
| 2017-11-01 01:56:15 | vstinner | set | messageid: <1509501375.43.0.213398074469.issue31626@psf.upfronthosting.co.za> |
| 2017-11-01 01:56:15 | vstinner | link | issue31626 messages |
| 2017-11-01 01:56:14 | vstinner | create | |