| commit | 87933f3a30fa0c959ed5f7d6c712123d1faad291 | [log] [tgz] |
|---|---|---|
| author | Andrew Walbran <qwandor@google.com> | Tue May 09 15:29:06 2023 +0000 |
| committer | Andrew Walbran <qwandor@google.com> | Tue May 09 16:23:59 2023 +0000 |
| tree | 2a118840bf432a424ca0e9a5fcef72e47720c0be | |
| parent | 2b0c7fb63f5219eb8eace8ab403236a25ebd26c8 [diff] |
Use FrameAllocator rather than Heap for shared memory pool. Heap uses an intrusive linked list to store metadata inside unallocated memory. This could be modified by a malicious host to manipulate the allocator, which we don't want. Bug: 280644106 Test: m pvmfw Change-Id: I75903084da8f4f2c12063b685d41aa1c8ee37da3
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.