summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-03 19:47:06 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-16 09:23:03 -0500
commit15dd690605013d8575a335e4d21097e0fbd8140d (patch)
tree6fbbcd2c75b1542238bbe679f555aaccfe07d8a2
parent49bdfbabb496c7636e4256decc8dab242fa333b7 (diff)
downloadtor-15dd690605013d8575a335e4d21097e0fbd8140d.tar.gz
tor-15dd690605013d8575a335e4d21097e0fbd8140d.zip
changes file for bug 8546
-rw-r--r--changes/bug85466
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug8546 b/changes/bug8546
new file mode 100644
index 0000000000..dc6a52a026
--- /dev/null
+++ b/changes/bug8546
@@ -0,0 +1,6 @@
+ o Code simplification and refactoring:
+ - Move fields related to isolating and configuring client ports
+ into a shared structure. Previously, they were duplicated across
+ port_cfg_t, listener_connection_t, and edge_connection_t.
+ Failure to copy one of them correctly had been the cause of at
+ least one bug in the past. \ No newline at end of file