awnumar / memguard

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

add missing read lock around bufferList access #126

Closed jpaskhay closed 4 years ago

jpaskhay commented 4 years ago

Should fix #125

jpaskhay commented 4 years ago

thinking about it some more, may actually need to be a write lock since the entries are still being operated on 🤔

awnumar commented 4 years ago

Closing this in favor of #127