]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for bug 8546
authorNick Mathewson <nickm@torproject.org>
Sun, 4 Jan 2015 00:47:06 +0000 (19:47 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 16 Jan 2015 14:23:03 +0000 (09:23 -0500)
changes/bug8546 [new file with mode: 0644]

diff --git a/changes/bug8546 b/changes/bug8546
new file mode 100644 (file)
index 0000000..dc6a52a
--- /dev/null
@@ -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