commit | 13615ba4757d513215b604f4ddd8c3074fe1014a | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Thu Dec 07 11:21:19 2023 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Thu Dec 07 04:36:05 2023 +0000 |
tree | 6532668aeea02c1814e8f1f151d5e096194e36a8 | |
parent | 731bca904861f7164891877e9121a98b114d6b66 [diff] |
pvmfw: fix bug in getting pvmfw config entry Because of wrong usage of unsafe function (slice::from_raw_parts_mut), it causes appending tailing zeros for each pvmfw config entry. Bug: 285855885 Test: Presubmit Change-Id: I5022a09abb9152d77a148cabfe3168c0f78bae15
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: