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