diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-05-26 20:54:49 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-05-29 01:23:24 +0200 |
commit | 1de337ad9d8ce26cae57281b92033e7e07aff895 (patch) | |
tree | 4518e337866c7dd9b87d15ef2c3a9a06995bd5c3 /src/tests/qemu | |
parent | 3e07a906f88578b00664317af72c8803544ffd32 (diff) |
qemu: do not check for alignment with ubsan
It insta-crashes on x86.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/tests/qemu')
-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 |