[tor-bugs] #22532 [Core Tor/Tor]: ServerDNSAllowBrokenConfig defaults to 1, but TestingTorNetwork overrides it to...1.

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Sep 12 20:44:48 UTC 2017


#22532: ServerDNSAllowBrokenConfig defaults to 1, but TestingTorNetwork overrides
it to...1.
--------------------------+------------------------------------
 Reporter:  arma          |          Owner:  (none)
     Type:  defect        |         Status:  closed
 Priority:  Medium        |      Milestone:  Tor: 0.3.2.x-final
Component:  Core Tor/Tor  |        Version:
 Severity:  Normal        |     Resolution:  fixed
 Keywords:                |  Actual Points:
Parent ID:                |         Points:
 Reviewer:                |        Sponsor:
--------------------------+------------------------------------
Changes (by nickm):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fixed this in 6ff67389631100d076482e573859d0f8f85255ac.

 I found these using:
 {{{
 grep 'V(' src/or/config.c | perl -ne 'chomp; s/,\s*/, /g; print "$_\n";' |
 \
    sort | uniq -c |sort -n
 }}}

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


More information about the tor-bugs mailing list