commit | e873e1d31b1e43e9c3b95a5e40fec905a0dc78dc | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Sat Apr 20 10:11:46 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Sat Apr 20 10:11:46 2024 +0900 |
tree | acf114a3f07ea9457fe6e403c51d2cae56445ace | |
parent | 6d6ff398b337561eb44b944f5b5c08ff388517af [diff] |
Null terminate the std::array given to execve std::array<T, N> takes exactly N * sizeof(T) bytes, leaving no room for the null terminator. Bug: 335047945 Test: re-run the GSI test Change-Id: Ic3aca5f409021c78a7eb965c5ed610e6a51e42cb