[tor-bugs] #16400 [Tor]: Bug: Assertion cp failed in microdescs_parse_from_string at ../src/or/routerparse.c:4168
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Jun 19 12:11:04 UTC 2015
#16400: Bug: Assertion cp failed in microdescs_parse_from_string at
../src/or/routerparse.c:4168
-------------------------+--------------------------------------
Reporter: torkeln | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor | Version: Tor: 0.2.6.9
Resolution: | Keywords: routerparse.c, assertion
Actual Points: | Parent ID:
Points: |
-------------------------+--------------------------------------
Comment (by asn):
From a first glance it seems to be triggering at:
{{{
const char *cp = tor_memstr(s, start_of_next_microdesc-s,
"onion-key");
tor_assert(cp);
}}}
Is this related to the ed25519 stuff? But how could this not trigger
before?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/16400#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list