CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/09 23:45:02
Modified files:
include : stdlib.h
lib/libc : Symbols.list
lib/libc/hidden: stdlib.h
lib/libc/stdlib: malloc.3 malloc.c
Log message:
Introducing freezero(3) a version of free that guarantees the process
no longer has access to the content of a memmory object. It does
this by either clearing (if the object memory remains cached) or
by calling munmap(2). ok millert@, deraadt@, guenther@
