Merge "libutils: integer sanitization" am: 1652ac276a am: 313e7de136
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1356015 Change-Id: I9259991317d2b13df02c309a12ea065092c218e6
This commit is contained in:
commit
edf2ad1d1c
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