bug14142-parse-virtual-addr 374 B

1234567
  1. o Minor bugfixes (client):
  2. - Check for a missing option value in parse_virtual_addr_network
  3. before asserting on the NULL in tor_addr_parse_mask_ports.
  4. This avoids crashing on torrc lines like
  5. Vi[rtualAddrNetworkIPv[4|6]] when no value follows the option.
  6. Bugfix on 0.2.3 (de4cc126cbb5 on 24 November 2012), fixes #14142.
  7. Patch by "teor".