CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/06 11:44:21
Modified files:
lib/libc : Symbols.list
lib/libc/hidden: stdlib.h
lib/libc/stdlib: Makefile.inc malloc.3
Added files:
lib/libc/stdlib: recallocarray.c
Log message:
Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)
with the added feature that released memory is cleared. Much input from various
developers. ok deraadt@ tom@
