[tor-bugs] #9859 [Tor]: Add flag thresholds to the networkstatus created by a bridge authority

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Oct 3 13:51:38 UTC 2013


#9859: Add flag thresholds to the networkstatus created by a bridge authority
-----------------------------+--------------------------------
     Reporter:  sysrqb       |      Owner:
         Type:  enhancement  |     Status:  needs_revision
     Priority:  normal       |  Milestone:  Tor: 0.2.5.x-final
    Component:  Tor          |    Version:
   Resolution:               |   Keywords:  tor-bridge trivial
Actual Points:               |  Parent ID:
       Points:               |
-----------------------------+--------------------------------
Changes (by nickm):

 * status:  needs_review => needs_revision


Comment:

 Reviewing be044f0a8ff1927422f0f2fd17635bea6a0c6546 ...

 It looks plausible, except that we're trying to avoid the "x =
 tor_malloc(n); tor_snprintf(x, n, ...)" pattern in new code. Instead, use
 "tor_asprintf(&x, ...)".

 > Is this a good candidate for Chutney?

 It could be, but you'd need to make your own torrc templates to do so.
 Linus or I can walk you through that if it isn't apparent how from the
 source and the readme.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9859#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list