commit | 887b25074a669beb8acbb2ca8b62497e58d30f8f | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Mon Mar 07 20:32:54 2022 +0000 |
committer | Victor Hsieh <victorhsieh@google.com> | Mon Mar 07 20:41:44 2022 +0000 |
tree | eb0c84e84f2830b4cace228ff22b940bb886acad | |
parent | 8c5e23c39666969ffa02b99f97dde814af7819ad [diff] |
Only read backing file if chunk index is in range If the chunk index is out of range (which can be a valid read request), simply return 0. Previously, we had to deal with fd_server when it returned an unexpected result. Now we don't need to handle it (the inconsistant state may still be on Android, but we don't care here). Bug: 221847239 Test: atest AuthFsHostTest Change-Id: I3450f496de58f2933fb3818b42e9510c56875061
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.