awnumar / memguard

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

Fix recursive lock #135

Closed wodadehencou closed 4 years ago

wodadehencou commented 4 years ago

fix two types of Mutex bug

  1. RLock following RLock
  2. Lock following RLock

core.Panic() is a big challenge, it requires coffer and all lockbuffers write permission if any error occurs.

wodadehencou commented 4 years ago

132