fix warnings from lintChanges

This commit is contained in:
Nick Mathewson
2015-01-23 09:09:00 -05:00
parent b677ccd3ab
commit bd22ad12bd
12 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
before asserting on the NULL in tor_addr_parse_mask_ports.
This avoids crashing on torrc lines like
Vi[rtualAddrNetworkIPv[4|6]] when no value follows the option.
Bugfix on 0.2.3 (de4cc126cbb5 on 24 November 2012), fixes #14142.
Fixes bug 14142; bugfix on 0.2.4.7-alpha.
Patch by "teor".