Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cheribsdtest: hoarding by unmapped shm object
Add cheri_revoke_shm_anon_hoard_unmapped which: - creates and maps a shared memory object - stores a pointer to malloced memory in the mapped object - unmaps the object - frees the pointer and triggers revocation - remaps the object - checks that the stored pointer was revoked (it is not)
- Loading branch information