[tor-bugs] #7419 [Tor]: Choose a faster memwipe implementation
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Nov 16 16:31:49 UTC 2012
#7419: Choose a faster memwipe implementation
-------------------------+--------------------------------------------------
Reporter: nickm | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Tor: unspecified
Component: Tor | Version:
Keywords: tor-relay | Parent:
Points: | Actualpoints:
-------------------------+--------------------------------------------------
Comment(by arma):
Replying to [comment:1 nickm]:
> { volatile char *p=v; while (n--) *p++=c; return v; }
I'm no expert here, but it seems to me that anything that doesn't use the
changed memory after the change is just asking for trouble.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7419#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list