Merge "libutils: integer sanitization" am: 1652ac276a am: 313e7de136 am: edf2ad1d1c am: 92cdaf3ce7
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1356015 Change-Id: I1fd5edc5a48f7fdbfbc4fa0e3152ace0a5ac5405
This commit is contained in:
commit
57c9b00093
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ cc_defaults {
|
|||
"libcutils",
|
||||
"liblog",
|
||||
],
|
||||
sanitize: {
|
||||
misc_undefined: ["integer"],
|
||||
},
|
||||
|
||||
target: {
|
||||
android: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue