commit | ee0a1eb528ae4659513aedeccf885fa34e9459b4 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Jan 29 13:14:25 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Feb 16 14:52:18 2024 +0000 |
tree | 37736b10dbcad9600e0f9bfbde03a05552fdcef1 | |
parent | 91be1905f4dc7c4a5236715759c65de55c90fbb8 [diff] |
libfdt: Introduce abstraction type NodeOffset The C functions use c_int for different purposes, which can lead to undetected bug where values with different meanings are mixed or invalid values are passed. Instead, introduce a transparent c_int wrapper representing DT node offsets, allowing the compiler to catch such bugs and prevent invalid offsets from being created. Test: m pvmfw Test: atest liblibfdt.integration_test Change-Id: I458c578a287e9484dc0febaaffdda7b28a93f520
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: