awnumar / memguard

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

Protect the canary #25

Closed awnumar closed 6 years ago

awnumar commented 6 years ago

This PR aims to implement protection for the global canary value.

The container it is now stored in is basically a LockedBuffer but without a canary of its own, as that seemed a little cyclic.