commit | d9eda62875b200cedd5569c245430fca1eb906c2 | [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 | f3068123039e81cee85ce9103d01b5b2aceb2ba3 [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