From: Nick Mathewson Date: Sun, 4 Jan 2015 00:47:06 +0000 (-0500) Subject: changes file for bug 8546 X-Git-Tag: tor-0.2.6.3-alpha~143^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15dd690605013d8575a335e4d21097e0fbd8140d;p=thirdparty%2Ftor.git changes file for bug 8546 --- 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