Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix vulnerability in UntrustedCacheMalloc
The pointer array is stored in untrusted memory, so we cannot trust the value even after validation. We should validate the pointer is pointing to untrusted memory after it's stored inside the enclave. PiperOrigin-RevId: 358474391 Change-Id: I63cf6c251bdaf1b491dbf06cc0dcf77f7b141756
- Loading branch information