[tor-bugs] #15592 [Tor]: src/test/ntor_ref.py client_part2() doesn't check AUTH matches server response

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Apr 5 15:15:52 UTC 2015


#15592: src/test/ntor_ref.py client_part2() doesn't check AUTH matches server
response
------------------------+---------------------
 Reporter:  joelanders  |          Owner:
     Type:  defect      |         Status:  new
 Priority:  normal      |      Milestone:
Component:  Tor         |        Version:
 Keywords:              |  Actual Points:
Parent ID:              |         Points:
------------------------+---------------------
 Line 285:
 {{{
     badness = my_auth != their_auth
     badness = bad_result(yx) + bad_result(bx)

     if badness:
         return None
 }}}
 Second line probably oughta be `badness |= ...`.

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


More information about the tor-bugs mailing list