Merge remote-tracking branch 'origin/maint-0.2.4'

This commit is contained in:
Nick Mathewson
2013-03-23 18:51:15 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ curve25519_keypair_read_from_file(curve25519_keypair_t *keypair_out,
end:
if (content) {
memwipe(content, 0, st.st_size);
memwipe(content, 0, (size_t) st.st_size);
tor_free(content);
}
if (r != 0) {