Skip to content
Snippets Groups Projects
Commit 4e87b978 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix on that last fix.

parent 91904682
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment