Skip to content
Snippets Groups Projects
Commit 3f8778f8 authored by Ivan Lozano's avatar Ivan Lozano
Browse files

Enable bounds sanitization in libspeexresampler.

Enables bounds sanitization in libspeexresampler, initially with
diagnostics.

Bug: 117221610
Test: Device boots
Change-Id: I8ee02666cddf831227aba158f4a8fe3cbd3d11cf
parent 305f962d
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,10 @@ cc_library_shared {
export_include_dirs: ["include"],
sanitize: {
integer_overflow: true,
misc_undefined: ["bounds"],
diag: {
integer_overflow: true,
misc_undefined: ["bounds"],
},
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment