Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
td-payload: decrypt private memory during allocation
Decrypt the private memory at initialization will leak the data of the linked list allocator. The solution can be moving decrytion to the moment the shared pages are allocated and encypting the shared memory before they are freed. Signed-off-by: Jiaqi Gao <[email protected]>
- Loading branch information