]> granicus.if.org Git - python/commit
bpo-31626: Fixed a bug in debug memory allocator. (#3844)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 31 Oct 2017 12:05:03 +0000 (14:05 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2017 12:05:03 +0000 (14:05 +0200)
commitb484d5606ca76f9bbd0f5de7a6ef753400213e94
treec904a4502b4f44ae05a06c9c6e36c46a888d5b49
parentb9052a0f91d2e83bbc27267247a5920c82b242a3
bpo-31626: Fixed a bug in debug memory allocator. (#3844)

Removed a code that incorrectly detected in-place resizing in realloc()
 and wrote to freed memory.
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