commit | cf76f10d2734c56f218b540002bd639df94b8739 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Jul 26 14:17:09 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Jul 27 21:54:47 2017 +0000 |
tree | 08e42750ceabb6f15d295bb622432b7b151ccd1b | |
parent | 0f2bea8acd8300753832785ed757927b099c44ea [diff] |
init: only use signed-integer-overflow sanitizer We've blown up twice in init due to the unsigned integer overflow sanitizer despite the overflows in question being both defined and intentional. Bug: 63680332 Test: boot Change-Id: I08effe3202ac1367d858982ff5478b3a088bab37 (cherry picked from commit 2ffd65e1d12940b5e13ea743bb88e94a57e7ca97)