Wrt to recent OpenSSL bug, is it possible for a user-space app to read other's process memory via mmap? This is in reference to the bug description found at http://blog.existentialize.com/diagnosis-of-the-openssl-heartbleed-bug.html
I guess, the concern in the above article to read memory via memcpy (as its copying memory based on what used supplied in the packet length) is valid, because if you happen to have a credit card information in that location, it can be sent back to the user who generated the packet.