commit | a18a2768373ab2a41722da8c71bce8301827ce8e | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Jun 28 15:57:53 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Jul 08 15:00:08 2024 +0100 |
tree | fe52bb7374f5594bcee2e6803e68bb0baaec4f88 | |
parent | b883b4bbc2e61b21b40486d7dc8421cc8b1d3904 [diff] |
pvmfw: avb: Locate AVB footer field safely Replace the unsafe pointer arithmetic with a safe index computation. Replace the use of `as` with `.try_into().unwrap()` for stability. Test: m libpvmfw_avb.integration_test Change-Id: I8d10142f09b7c626ed1aca6d1c886b207bff7f3a
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: