aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2757
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-14 18:52:15 -0400
committerNick Mathewson <nickm@torproject.org>2011-03-14 18:52:15 -0400
commit06f026de6624ea0591b8d08da9c5c69ffa44568c (patch)
tree1f1c195c103c477d47a6bec5ef7e8faaa870f69c /changes/bug2757
parentb97d9abd0940037b249a1ee56724dbfed904263b (diff)
downloadtor-06f026de6624ea0591b8d08da9c5c69ffa44568c.tar
tor-06f026de6624ea0591b8d08da9c5c69ffa44568c.tar.gz
Check newconn, not conn, before marking newconn for close
This fixes bug 2757. It's a bugfix on 85da676108f0d.
Diffstat (limited to 'changes/bug2757')
-rw-r--r--changes/bug27576
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2757 b/changes/bug2757
new file mode 100644
index 000000000..f947afaeb
--- /dev/null
+++ b/changes/bug2757
@@ -0,0 +1,6 @@
+ - Minor bugfixes
+ o Avoid a double-mark-for-free warning when failing to attach a
+ transparent proxy connection. (We thought we had fixed this in
+ 0.2.2.23-alpha, but it turns out our fix was checking the wrong
+ connection.) Fixes bug 2757; bugfix on 0.1.2.1-alpha (the original
+ bug) and 0.2.2.23-alpha (the incorrect fix).