Blame SOURCES/100-workaround-cppcheck-bug.patch

8c1053
diff --git a/test/kcapi-main.c b/test/kcapi-main.c
8c1053
index 2ae0edb..6818e67 100644
8c1053
--- a/test/kcapi-main.c
8c1053
+++ b/test/kcapi-main.c
8c1053
@@ -237,7 +237,7 @@ static inline uint64_t _time_delta(struct timespec *start, struct timespec *end)
8c1053
 
8c1053
 static int get_random(uint8_t *buf, uint32_t buflen, unsigned int flags)
8c1053
 {
8c1053
-	int ret;
8c1053
+	int ret = 0;
8c1053
 
8c1053
 	if (buflen > INT_MAX)
8c1053
 		return 1;