commit | f8322eaf6fcc374b85b5d8d2efae45abcdb5e392 | [log] [tgz] |
---|---|---|
author | Jakob Vukalovic <jakobvukalovic@google.com> | Thu Feb 09 18:39:54 2023 +0000 |
committer | Jakob Vukalovic <jakobvukalovic@google.com> | Mon Feb 13 11:57:42 2023 +0000 |
tree | eb6f93e66957b49f3f3b56e4e0763029e4238bca | |
parent | ecf535c14c3f3d4e4caa5d9795b484c83e7fccd3 [diff] |
vmbase: Write string terminator to stack canary Writes a null byte to the top of the stack canary, making it act as a string terminator, for protection against unterminated string reads. Bug: 265778654 Test: atest vmbase_example.integration_test Change-Id: I45452fbfca942569743c3d556cab027bd6d80a04
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.