We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa26bfd commit fa88627Copy full SHA for fa88627
src/test/fuzz/fuzz.cpp
@@ -94,6 +94,7 @@ const std::function<std::string()> G_TEST_GET_FULL_NAME{[]{
94
95
static void initialize()
96
{
97
+ CheckGlobals check{};
98
// By default, make the RNG deterministic with a fixed seed. This will affect all
99
// randomness during the fuzz test, except:
100
// - GetStrongRandBytes(), which is used for the creation of private key material.
0 commit comments