From: David Barksdale Date: Mon, 15 Jan 2018 05:17:24 +0000 (-0600) Subject: Uninitialized read X-Git-Tag: v0.11.0pre66~249^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d23759952cf9b0f541f81e773a09588795936ddf;p=oweals%2Fgnunet.git Uninitialized read --- diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c index 6189557f6..7d61ae6a1 100644 --- a/src/rps/test_rps.c +++ b/src/rps/test_rps.c @@ -1296,7 +1296,7 @@ manage_service_wrapper (unsigned int i, unsigned int j, enum PEER_ONLINE_DELTA delta, double prob_go_on_off) { - struct OpListEntry *entry; + struct OpListEntry *entry = NULL; uint32_t prob; /* make sure that management operation is not already scheduled */