From fa8862723c14cdd471bbffc7a4897ece2e6d8a7f Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Wed, 9 Jul 2025 14:25:07 +0200 Subject: [PATCH] fuzz: CheckGlobals in init --- src/test/fuzz/fuzz.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/fuzz/fuzz.cpp b/src/test/fuzz/fuzz.cpp index 96ff3b55fac..d4d82a623b4 100644 --- a/src/test/fuzz/fuzz.cpp +++ b/src/test/fuzz/fuzz.cpp @@ -94,6 +94,7 @@ const std::function G_TEST_GET_FULL_NAME{[]{ static void initialize() { + CheckGlobals check{}; // By default, make the RNG deterministic with a fixed seed. This will affect all // randomness during the fuzz test, except: // - GetStrongRandBytes(), which is used for the creation of private key material.