commit | c43a57c3456d39fbcf6252547d45adbbe84e6f1a | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed May 06 13:48:32 2020 -0700 |
committer | Christopher Ferris <cferris@google.com> | Thu May 07 17:45:30 2020 -0700 |
tree | a897ed1b9ae0c2b0d2e7e98b56be583bf2191448 | |
parent | 57b6658fb7480d15ac8a6cb70a9a99c543983219 [diff] |
Change call to mmap64. The code was using an off64_t but calling mmap. This caused the code to abort on 32 bit. Add a unit test that would abort on the previous version. Bug: 155662887 Test: New unit test passes. Change-Id: I7a6efbc0d4227403c3d08a08deea56f239382157 Merged-In: I7a6efbc0d4227403c3d08a08deea56f239382157 (cherry picked from commit 7b9f35c9de53352f915c5b5e8eb39dab09356c19)