summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-02-05 10:04:41 -0500
committerNick Mathewson <nickm@torproject.org>2015-02-05 10:04:41 -0500
commitea0881029f4671169b2dc9e436a4be4a15f5a991 (patch)
treed17702875cf254b21e0578e8166f80e0e0206437
parentac8f235446ad1b26d9f85df10cca8ce250588b83 (diff)
downloadtor-ea0881029f4671169b2dc9e436a4be4a15f5a991.tar.gz
tor-ea0881029f4671169b2dc9e436a4be4a15f5a991.zip
14554 doesn't need a changes file: the bug wasn't in a release
-rw-r--r--changes/bug145544
1 files changed, 0 insertions, 4 deletions
diff --git a/changes/bug14554 b/changes/bug14554
deleted file mode 100644
index ff2566f7af..0000000000
--- a/changes/bug14554
+++ /dev/null
@@ -1,4 +0,0 @@
- o Major bugfix
- - Possibility of an infinite loop if the returned value of the read/recv
- was 0. A returned value of 0 means that we've reached the EOF thus the
- pipe/sock is drained so return success not an error.