aboutsummaryrefslogtreecommitdiff
path: root/changes/bug1240
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-01-07 07:42:07 -0500
committerRoger Dingledine <arma@torproject.org>2012-01-07 07:42:07 -0500
commit36721e940d77c8331ce13ad96ed3a6c80b13958b (patch)
tree8c36c03cc9b335b3f5bca3e8dcaa9fb4ed4d6efc /changes/bug1240
parent19c372daf0aa66219b662a4caeec09bb7bdfc029 (diff)
downloadtor-36721e940d77c8331ce13ad96ed3a6c80b13958b.tar.gz
tor-36721e940d77c8331ce13ad96ed3a6c80b13958b.zip
fold in some new changelog stanzas
Diffstat (limited to 'changes/bug1240')
-rw-r--r--changes/bug12408
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/bug1240 b/changes/bug1240
deleted file mode 100644
index 657066491c..0000000000
--- a/changes/bug1240
+++ /dev/null
@@ -1,8 +0,0 @@
- o Minor bugfixes:
- - When running with an older Linux kernel that erroneously responds
- to strange nmap behavior by having accept() return successfully
- with a zero-length socket, just close the connection. Previously,
- we would try harder to learn the remote address: but there was no
- such remote address to learn, and our method for trying to learn
- it was incorrect. Fixes bugs #1240, #4745, and #4747. Bugfix on
- 0.1.0.3-rc. Reported and diagnosed by "r1eo".