[tor-bugs] #26541 [Core Tor/Tor]: Fix minor mistakes in the bandwidth-file dir-spec entry

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Jun 29 08:14:00 UTC 2018


#26541: Fix minor mistakes in the bandwidth-file dir-spec entry
---------------------------------+------------------------------------
 Reporter:  teor                 |          Owner:  juga
     Type:  defect               |         Status:  needs_review
 Priority:  Medium               |      Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor         |        Version:
 Severity:  Normal               |     Resolution:
 Keywords:  tor-bwauth, torspec  |  Actual Points:
Parent ID:  #3723                |         Points:
 Reviewer:                       |        Sponsor:
---------------------------------+------------------------------------

Comment (by teor):

 Replying to [comment:12 juga]:
 > Modified according the comments.

 It looks great!

 > I used ArgumentChar, let me know if that's not correct.

 One more fix - it needs to be ArgumentCharValue.

 ArgumentChar includes space:
 {{{
 ArgumentChar ::= any printing ASCII character except NL.
 }}}

 ArgumentCharValue doesn't:
 {{{
 ArgumentCharValue ::= any printing ASCII character except NL and SP.
 }}}

 (Those names are confusing, aren't they? Maybe we should change
 ArgumentCharValue to ValueChar? We can open a separate ticket for that fix
 if you want.)

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


More information about the tor-bugs mailing list