Merge branch 'maint-0.4.3'

This commit is contained in:
Nick Mathewson 2020-02-14 08:17:16 -05:00
commit a010dbf94c

View File

@ -926,7 +926,7 @@ circuitmux_detach_circuit,(circuitmux_t *cmux, circuit_t *circ))
/* Wipe and free the hash entry */ /* Wipe and free the hash entry */
// This isn't sensitive, but we want to be sure to know if we're accessing // This isn't sensitive, but we want to be sure to know if we're accessing
// this accidentally. // this accidentally.
memwipe(hashent, 0xef, sizeof(hashent)); memwipe(hashent, 0xef, sizeof(*hashent));
tor_free(hashent); tor_free(hashent);
} }
} }