We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca734cc commit 9380ce2Copy full SHA for 9380ce2
lib/Kconfig.ubsan
@@ -63,7 +63,7 @@ config UBSAN_SANITIZE_ALL
63
config UBSAN_ALIGNMENT
64
bool "Enable checks for pointers alignment"
65
default !HAVE_EFFICIENT_UNALIGNED_ACCESS
66
- depends on !X86 || !COMPILE_TEST
+ depends on !UBSAN_TRAP
67
help
68
This option enables the check of unaligned memory accesses.
69
Enabling this option on architectures that support unaligned
0 commit comments