commit | 7b9f35c9de53352f915c5b5e8eb39dab09356c19 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed May 06 13:48:32 2020 -0700 |
committer | Christopher Ferris <cferris@google.com> | Wed May 06 22:32:18 2020 +0000 |
tree | 58dd62154264bdd9a1e77e6d8fb28f23f334fabd | |
parent | 72fdec177710d5a54b24a1ffc464bd7c5bd459f5 [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