commit | 9c832028c1c52b06b395fbe9916574bfc01c8db6 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Jul 07 22:37:07 2020 +0000 |
committer | Steven Moreland <smoreland@google.com> | Tue Jul 07 22:37:07 2020 +0000 |
tree | 17ef288218f409abf6628d3c630cfc9517ea15aa | |
parent | c3f17840aeb0acc966caeb6beb83bb9570a8d65b [diff] [blame] |
libutils: integer sanitization For sanity. Fixes: 160342252 Test: manually introduce overflow for "ubsan: mul-overflow" Change-Id: I292039eaef24582f05dd9f0fef011f0ece8364ed
diff --git a/libutils/Android.bp b/libutils/Android.bp index 7392806..9bd15c6 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp
@@ -78,6 +78,9 @@ "libcutils", "liblog", ], + sanitize: { + misc_undefined: ["integer"], + }, target: { android: {