Explorar o código

Fix on that last fix.

Nick Mathewson %!s(int64=11) %!d(string=hai) anos
pai
achega
4e87b97872
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/crypto_curve25519.c

+ 1 - 1
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;