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