mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Merge branch 'ticket33290_v2_041' into ticket33290_v2_042
This commit is contained in:
commit
393bbd823e
@ -978,7 +978,7 @@ circuitmux_detach_circuit,(circuitmux_t *cmux, circuit_t *circ))
|
||||
/* Wipe and free the hash entry */
|
||||
// This isn't sensitive, but we want to be sure to know if we're accessing
|
||||
// this accidentally.
|
||||
memwipe(hashent, 0xef, sizeof(hashent));
|
||||
memwipe(hashent, 0xef, sizeof(*hashent));
|
||||
tor_free(hashent);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user