]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
14554 doesn't need a changes file: the bug wasn't in a release
authorNick Mathewson <nickm@torproject.org>
Thu, 5 Feb 2015 15:04:41 +0000 (10:04 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 Feb 2015 15:04:41 +0000 (10:04 -0500)
changes/bug14554 [deleted file]

diff --git a/changes/bug14554 b/changes/bug14554
deleted file mode 100644 (file)
index ff2566f..0000000
+++ /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.