Closed (moved)
src/test/ntor_ref.py client_part2() doesn't check AUTH matches server response
-
- View options
src/test/ntor_ref.py client_part2() doesn't check AUTH matches server response
Copy reference -
Report abuse
- View options
- Truncate descriptions
Line 285:
badness = my_auth != their_auth
badness = bad_result(yx) + bad_result(bx)
if badness:
return None
Second line probably oughta be badness |= ...
.
Trac:
Username: joelanders