diff options
author | 2019-05-26 20:54:49 +0200 | |
---|---|---|
committer | 2019-05-29 01:23:24 +0200 | |
commit | 9eaab4fb379f3f6eb0f0b9776889a5e3784886c2 (patch) | |
tree | e16e2a728794b8b686ed75b25c540ca5ea111b82 /src | |
parent | zinc: arm64: use cpu_get_elf_hwcap accessor for 5.2 (diff) | |
download | wireguard-monolithic-historical-9eaab4fb379f3f6eb0f0b9776889a5e3784886c2.tar.xz wireguard-monolithic-historical-9eaab4fb379f3f6eb0f0b9776889a5e3784886c2.zip |
qemu: do not check for alignment with ubsan
It insta-crashes on x86.
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/qemu/debug.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/qemu/debug.config b/src/tests/qemu/debug.config index 9f6c236..5e7fa10 100644 --- a/src/tests/qemu/debug.config +++ b/src/tests/qemu/debug.config @@ -25,6 +25,7 @@ CONFIG_KASAN=y CONFIG_KASAN_INLINE=y CONFIG_UBSAN=y CONFIG_UBSAN_SANITIZE_ALL=y +CONFIG_UBSAN_NO_ALIGNMENT=y CONFIG_UBSAN_NULL=y CONFIG_DEBUG_KMEMLEAK=y CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=8192 |