Skip to content

Commit fa88627

Browse files
author
MarcoFalke
committed
fuzz: CheckGlobals in init
1 parent fa26bfd commit fa88627

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/fuzz/fuzz.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ const std::function<std::string()> G_TEST_GET_FULL_NAME{[]{
9494

9595
static void initialize()
9696
{
97+
CheckGlobals check{};
9798
// By default, make the RNG deterministic with a fixed seed. This will affect all
9899
// randomness during the fuzz test, except:
99100
// - GetStrongRandBytes(), which is used for the creation of private key material.

0 commit comments

Comments
 (0)