[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Always initialise return value in compute_desc_id in rendcommon.c
commit 2b73dbf2a4c2fcf42fdd2987b3fa72efdec3a222
Author: teor <teor2345@xxxxxxxxx>
Date: Wed Jun 3 03:48:46 2015 +1000
Always initialise return value in compute_desc_id in rendcommon.c
Fix on e6a581f126ba, released in 0.2.7.1-alpha.
---
changes/bug16115-init-var | 4 ++++
src/or/rendcommon.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/changes/bug16115-init-var b/changes/bug16115-init-var
new file mode 100644
index 0000000..e3e924a
--- /dev/null
+++ b/changes/bug16115-init-var
@@ -0,0 +1,4 @@
+ o Minor fixes (threads, comments):
+ - Always initialise return value in compute_desc_id in rendcommon.c
+ Patch by "teor".
+ Fix on e6a581f126ba, released in 0.2.7.1-alpha.
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c
index ec4353c..0acca58 100644
--- a/src/or/rendcommon.c
+++ b/src/or/rendcommon.c
@@ -1417,7 +1417,7 @@ rend_data_dup(const rend_data_t *data)
static int
compute_desc_id(rend_data_t *rend_data)
{
- int ret;
+ int ret = 0;
unsigned replica;
time_t now = time(NULL);
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits