commit | b2ffe4b7593c3f07d0891378a4f05785e9db8eed | [log] [tgz] |
---|---|---|
author | Evgeny Astigeevich <evgeny.astigeevich@linaro.org> | Tue Feb 25 12:30:45 2020 +0000 |
committer | Roland Levillain <rpl@google.com> | Tue Feb 25 15:19:59 2020 +0000 |
tree | da89b15ed5483dd8d59d6c3a81a2287bd18163d7 | |
parent | 7744056d0ed02535be60e8ed3f13a2b53939fb46 [diff] |
ART: Add workaround of 4.14 kernel bug to 137-cfi 4.14 kernel has a bug: missing final null byte in /proc/$pid/cmdline. This causes 137-cfi to fail on Pixel 4. The test creates a command based on /proc/self/cmdline. Because of the bug the created command is invalid. The CL adds a workaround of the bug by adding the final null byte if it misses. Bug: https://issuetracker.google.com/issues/150189787 Test: Pixel 2/3/4 Test: 137-cfi Change-Id: If161b0b37df4a691a502e95eda7697c81334a7f1