aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-26 20:54:49 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-29 01:23:24 +0200
commit9eaab4fb379f3f6eb0f0b9776889a5e3784886c2 (patch)
treee16e2a728794b8b686ed75b25c540ca5ea111b82
parentzinc: arm64: use cpu_get_elf_hwcap accessor for 5.2 (diff)
downloadwireguard-monolithic-historical-9eaab4fb379f3f6eb0f0b9776889a5e3784886c2.tar.xz
wireguard-monolithic-historical-9eaab4fb379f3f6eb0f0b9776889a5e3784886c2.zip
qemu: do not check for alignment with ubsan
It insta-crashes on x86.
-rw-r--r--src/tests/qemu/debug.config1
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