[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [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.)



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs