awnumar / memguard

Secure software enclave for storage of sensitive information in memory.
Apache License 2.0
2.5k stars 123 forks source link

alloc: use strange bytes #52

Closed awnumar closed 6 years ago

awnumar commented 6 years ago

Like libsodium does, we now fill allocated region with 0xdb bytes in order to help catch bugs due to uninitialized data.