Przeglądaj źródła

Fix on that last fix.

Nick Mathewson 11 lat temu
rodzic
commit
4e87b97872
1 zmienionych plików z 1 dodań i 1 usunięć
  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;