Author :
otto
Date :
2017-04-10 05:45:02
Hash :c0e0c2a5 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@