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

Enforce ubsan sanitizers in libspeexresampler.

Keep sanitizers in diagnostics mode but don't recover from them so we
get errors in tombstones.

Bug: 110791537
Test: mma -j
Change-Id: Icf8bce7ad1fffdd69239f321ea2e5f45dae2bf2e
parent cda560f7
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ cc_library_shared { ...@@ -55,6 +55,7 @@ cc_library_shared {
diag: { diag: {
integer_overflow: true, integer_overflow: true,
misc_undefined: ["bounds"], misc_undefined: ["bounds"],
no_recover: ["bounds", "integer"],
}, },
}, },
} }
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