]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix some #5040 bugs found by Nick's tests.
authorGeorge Kadianakis <desnacked@riseup.net>
Mon, 5 Aug 2013 16:08:14 +0000 (19:08 +0300)
committerNick Mathewson <nickm@torproject.org>
Thu, 15 Aug 2013 16:03:38 +0000 (12:03 -0400)
commit794447d03db263a0b887db53fc6bcd2c8d24eb71
tree7546ee8a82af09c3734419c8718f5429ddb5a82e
parentf549e4c36d0658b6255d3b9cf7c56131d4a37a57
Fix some #5040 bugs found by Nick's tests.

- Set conn->address when we receive a USERADDR command.
- Set conn->state to a sane value when we transition from Extended
  ORPort to ORPort.
src/or/ext_orport.c
src/test/test_extorport.c