commit | 9a2094d10956b41b659733b60eb814d5aac43d4c | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Wed Nov 08 09:48:11 2017 -0800 |
committer | Ivan Lozano <ivanlozano@google.com> | Wed Nov 08 09:48:11 2017 -0800 |
tree | 2ffa0de16c8b538c0237c2c395a737c70217e2ea | |
parent | 8cf645c04d795fd077f007f5ae55694a64ca52ba [diff] |
Disable integer sanitizer in release function. EphemeralStorage::release was causing an unsigned integer overflow on boot due to the way the for loop is constructed. This function doesn't need to be sanitized. This adds the no_sanitize attribute to the function. Bug: 30969751 Test: Compiles and device boots without runtime error. Change-Id: Id28a2891624c1fe077fa5e27051540a39e33fe71