CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/22 06:19:26
Modified files:
lib/libc/stdlib: malloc.3 malloc.c
Log message:
When option D is active, store callers for all chunks; this avoids
the 0x0 call sites for leak reports. Also display more info on
detected write of free chunks: print the info about where the chunk
was allocated, and for the preceding chunk as well.
ok asou@
