◐ Shell
clean mode source ↗

bpo-31626: Fixed a bug in debug memory allocator. by serhiy-storchaka · Pull Request #3844 · python/cpython

There was a write to freed memory after shrinking a memory block.

skrah

@serhiy-storchaka

vstinner

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Oct 31, 2017
Removed a code that incorrectly detected in-place resizing in realloc()
 and wrote to freed memory.
(cherry picked from commit b484d56)

serhiy-storchaka pushed a commit that referenced this pull request

Oct 31, 2017
Removed a code that incorrectly detected in-place resizing in realloc()
 and wrote to freed memory.
(cherry picked from commit b484d56)

embray pushed a commit to embray/cpython that referenced this pull request

Nov 9, 2017
Removed a code that incorrectly detected in-place resizing in realloc()
 and wrote to freed memory.