libutils: integer sanitization
For sanity. Fixes: 160342252 Test: manually introduce overflow for "ubsan: mul-overflow" Change-Id: I292039eaef24582f05dd9f0fef011f0ece8364ed
This commit is contained in:
parent
c3f17840ae
commit
9c832028c1
|
@ -78,6 +78,9 @@ cc_defaults {
|
|||
"libcutils",
|
||||
"liblog",
|
||||
],
|
||||
sanitize: {
|
||||
misc_undefined: ["integer"],
|
||||
},
|
||||
|
||||
target: {
|
||||
android: {
|
||||
|
|
Loading…
Reference in New Issue