CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/06 23:54:35
Modified files:
lib/libc/stdlib: malloc.c
Log message:
Beter implementation of chunk canaries: store size in chunk meta data
instead of chunk itself; does not change actual allocated size; ok tedu@
