Skip to content
Commit b0554488 authored by Andrea Righi's avatar Andrea Righi Committed by Miguel Ojeda
Browse files

rust: fix bindgen build error with UBSAN_BOUNDS_STRICT

With commit 2d47c695 ("ubsan: Tighten UBSAN_BOUNDS on GCC") if
CONFIG_UBSAN is enabled and gcc supports -fsanitize=bounds-strict, we
can trigger the following build error due to bindgen lacking support for
this additional build option:

   BINDGEN rust/bindings/bindings_generated.rs
 error: unsupported argument 'bounds-strict' to option '-fsanitize='

Fix by adding -fsanitize=bounds-strict to the list of skipped gcc flags
for bindgen.

Fixes: 2d47c695

 ("ubsan: Tighten UBSAN_BOUNDS on GCC")
Signed-off-by: default avatarAndrea Righi <andrea.righi@canonical.com>
Acked-by: default avatarKees Cook <keescook@chromium.org>
Reviewed-by: default avatarMartin Rodriguez Reboredo <yakoyoku@gmail.com>
Link: https://lore.kernel.org/r/20230711071914.133946-1-andrea.righi@canonical.com


Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent 1d24eb2d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment