|
|
|
|
|
by adwn
4203 days ago
|
|
The Mill [1] does/will do that: When memory is allocated, it is served directly be the cache, which implicitly zeroes the respective cache line (without involving the main memory). A similar mechanism zeroes a stackframe upon a function call (and function return, I think), which eliminates most attacks that exploit buffer-overflows. [1] http://millcomputing.com/docs/memory/ |
|