]> granicus.if.org Git - python/commit
bpo-31626: Fixed a bug in debug memory allocator. (GH-3844) (#4191)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 Oct 2017 13:58:33 +0000 (06:58 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 31 Oct 2017 13:58:33 +0000 (15:58 +0200)
commitece5659565e083baaee4d185ce181a98aaee7f96
tree12c44627ef2cc65879fc463ba09c440f5390316f
parentf9a639b97c760f40d022223c7655053c89752850
bpo-31626: Fixed a bug in debug memory allocator. (GH-3844) (#4191)

Removed a code that incorrectly detected in-place resizing in realloc()
 and wrote to freed memory.
(cherry picked from commit b484d5606ca76f9bbd0f5de7a6ef753400213e94)
Misc/NEWS.d/next/Core and Builtins/2017-10-01-15-48-03.bpo-31626.reLPxY.rst [new file with mode: 0644]
Objects/obmalloc.c