commit | 34b5ed247cf41ff9889a9e9c3a413e017e690f58 | [log] [tgz] |
---|---|---|
author | Rajeev Kumar <rajekumar@google.com> | Tue May 08 14:14:30 2018 -0700 |
committer | Rajeev Kumar <rajekumar@google.com> | Tue May 08 15:16:09 2018 -0700 |
tree | c853ccc0e8e1ee6ff2c8a4f969fe6ccdfb888da1 | |
parent | 6f14272775fdf15ea8d7d616bc75ce6103a2226b [diff] |
Append null byte to exPath. Note: Without this fix on Android Go device exPath gets some junk chars at the end of exPath because readlink() does not append a null byte to buf. Bug: 79430762 Test: Tested manually by running alloc-stress on Android Go device. Change-Id: I8e09d8c6d670b7d29e7f98c00dd8e9e9c5492169