[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 4e87b97872f8cfb8042091357cbfdc817b7e9b1c
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
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;

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits