aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-07-18 04:13:22 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-07-20 03:37:39 +0200
commit3a839ff86db87217c6c2340e6cb421066357db66 (patch)
treebb182f5ffc158e7ce88b1530cc800fff3c096d06
parentglobal: wireguard.io --> wireguard.com (diff)
downloadwireguard-monolithic-historical-3a839ff86db87217c6c2340e6cb421066357db66.tar.xz
wireguard-monolithic-historical-3a839ff86db87217c6c2340e6cb421066357db66.zip
qemu: warn on all unseeded random usage when in debug mode
-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 2fd4bb4..41bbf47 100644
--- a/src/tests/qemu/debug.config
+++ b/src/tests/qemu/debug.config
@@ -68,3 +68,4 @@ CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
+CONFIG_WARN_ALL_UNSEEDED_RANDOM=y