projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cb8c1a
)
Uninitialized read
author
David Barksdale
<amatus@amat.us>
Mon, 15 Jan 2018 05:17:24 +0000
(23:17 -0600)
committer
David Barksdale
<amatus@amat.us>
Mon, 15 Jan 2018 05:17:24 +0000
(23:17 -0600)
src/rps/test_rps.c
patch
|
blob
|
history
diff --git
a/src/rps/test_rps.c
b/src/rps/test_rps.c
index 6189557f6580df10d7eebe22594571d301cd3841..7d61ae6a14268a00250e0cee5aab667674a26736 100644
(file)
--- 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 */