[tor-bugs] #6404 [Tor Client]: dir auths leave out m line from vote when microdesc is over 1024 bytes (was: microdesc_list_missing_digest256(): Bug: Found an entry in networkstatus with no microdescriptor digest.)
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Mon Jul 30 23:40:15 UTC 2012
#6404: dir auths leave out m line from vote when microdesc is over 1024 bytes
------------------------+---------------------------------------------------
Reporter: arma | Owner:
Type: defect | Status: new
Priority: major | Milestone: Tor: 0.2.3.x-final
Component: Tor Client | Version:
Keywords: | Parent:
Points: | Actualpoints:
------------------------+---------------------------------------------------
Comment(by arma):
{{{
dirvote_create_microdescriptor(const routerinfo_t *ri)
{
microdesc_t *result = NULL;
char *key = NULL, *summary = NULL, *family = NULL;
char buf[1024];
}}}
Then in dirserv_generate_networkstatus_vote_obj(), we do
{{{
md = dirvote_create_microdescriptor(ri);
if (md) {
}}}
Should we be more upset if !md?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6404#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list