NSBlog
"A failure in the hot air department"
Showing entries tagged "heartbleed". Full blog index.
Friday Q&A 2014-05-23: A Heartbleed-Inspired Paranoid Memory Allocator
at 2014-05-23 13:46
The Heartbleed vulnerability made a big splash a couple of months ago, and rightly so. It could be described as a "memory leak", but it's not the standard kind where a program fails to free allocated memory. Instead, it allowed an attacker to dump memory contents from a remote program nearly at will, potentially leaking private keys, passwords, source code, and other data intended to stay secret. This got me thinking about ways to protect sensitive data against similar attacks. The result is MAParanoidAllocator, and in this article I'll discuss the implementation.