]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - testsuite/test-util.c
testsuite: repair read of uninitialized memory
[thirdparty/kmod.git] / testsuite / test-util.c
index fb8c9ef2240c228b60415082441d7ec2a36a12be..5766584e3e7fcd6a34d60a790868de6ed02b7ca4 100644 (file)
@@ -231,7 +231,7 @@ DEFINE_TEST(test_addu64_overflow,
 
 static int test_backoff_time(const struct test *t)
 {
-       unsigned long long delta;
+       unsigned long long delta = 0;
 
        /* Check exponential increments */
        get_backoff_delta_msec(now_msec(), now_msec() + 10, &delta);