SIGN IN SIGN UP

bpo-31626: Mark ends of the reallocated block in debug build. (#4210)

Few bytes at the begin and at the end of the reallocated blocks, as well
as the header and the trailer, now are erased before calling realloc()
in debug build.  This will help to detect using or double freeing the
reallocated block.
S
Serhiy Storchaka committed
3cc4c53a64bdcf21431ad306eca0e568f88735a2
Parent: cb04f75
Committed by GitHub <noreply@github.com> on 11/7/2017, 10:46:42 AM