[tor-commits] [tor/master] Fix on that last fix.

nickm at torproject.org nickm at torproject.org
Thu Sep 25 21:59:18 UTC 2014


commit 4e87b97872f8cfb8042091357cbfdc817b7e9b1c
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Sep 25 17:59:10 2014 -0400

    Fix on that last fix.
---
 src/common/crypto_curve25519.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/crypto_curve25519.c b/src/common/crypto_curve25519.c
index dcb1e95..8b8e560 100644
--- a/src/common/crypto_curve25519.c
+++ b/src/common/crypto_curve25519.c
@@ -181,7 +181,7 @@ crypto_read_tagged_contents_from_file(const char *fname,
   char *content = NULL;
   struct stat st;
   ssize_t r = -1;
-  size_t st_size;
+  size_t st_size = 0;
 
   *tag_out = NULL;
   st.st_size = 0;



More information about the tor-commits mailing list