commit | d84b77ff3fa67896bf44a563b2324e8ad5207729 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Aug 27 13:14:36 2015 -0700 |
committer | Nick Kralevich <nnk@google.com> | Thu Aug 27 13:14:36 2015 -0700 |
tree | 5e7ac86fef5da639d28b286d8aa6ef7730756598 | |
parent | ff8b03972f1931340e64cc0e9d8b6eb08cecade9 [diff] |
android_memset.c: Use __attribute__((no_sanitize("integer"))) Turn off integer sanitization on android_memset. memset()ing is expected to be a fast operation. Avoid the use of the "while (size--) { }" construct, which harmlessly underflows. Change-Id: Ia61ff2323c759bf52df7e70b8be2fae0b0366dda