summaryrefslogtreecommitdiff
path: root/changes/bug14142-parse-virtual-addr
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-09 15:42:39 -0400
committerNick Mathewson <nickm@torproject.org>2015-03-09 15:42:39 -0400
commit2f962b9309cade8ddf793d9aa5c900f381b97173 (patch)
tree230b6d61c3ee216f0f5f8ef46a4f4d36eaafc2b6 /changes/bug14142-parse-virtual-addr
parentb0fff2a9c52c92de1b4a304b2ed8ef175642c22c (diff)
downloadtor-2f962b9309cade8ddf793d9aa5c900f381b97173.tar.gz
tor-2f962b9309cade8ddf793d9aa5c900f381b97173.zip
Copy changelog entries from the 0.2.6 changelog into the 0.2.5.11 changelog
Diffstat (limited to 'changes/bug14142-parse-virtual-addr')
-rw-r--r--changes/bug14142-parse-virtual-addr7
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug14142-parse-virtual-addr b/changes/bug14142-parse-virtual-addr
deleted file mode 100644
index f78b7c7d81..0000000000
--- a/changes/bug14142-parse-virtual-addr
+++ /dev/null
@@ -1,7 +0,0 @@
- o Minor bugfixes (client):
- - Check for a missing option value in parse_virtual_addr_network
- 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.
- Patch by "teor".