[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #1074 [Tor Client]: Tor sends clock_skew status event warn too liberally
#1074: Tor sends clock_skew status event warn too liberally
---------------------------+------------------------------------------------
Reporter: arma | Owner: AltF4
Type: defect | Status: reopened
Priority: minor | Milestone: Tor: unspecified
Component: Tor Client | Version: 0.2.1.19
Resolution: | Keywords:
Parent: | Points:
Actualpoints: |
---------------------------+------------------------------------------------
Comment(by Sebastian):
Indeed, this is exactly what happens (which leads to a segfault if either
we have the wrong time or someone lies to us about the time).
{{{
const routerstatus_t *any_trusted_dir =
router_pick_trusteddirserver(NO_AUTHORITY, 0);
tor_addr_t trusted_dir_addr;
tor_addr_from_ipv4h(&trusted_dir_addr, any_trusted_dir->addr);
}}}
is where the segfault happens.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/1074#comment:24>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs