You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments