From: Nick Mathewson Date: Thu, 5 Feb 2015 15:04:41 +0000 (-0500) Subject: 14554 doesn't need a changes file: the bug wasn't in a release X-Git-Tag: tor-0.2.6.3-alpha~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea0881029f4671169b2dc9e436a4be4a15f5a991;p=thirdparty%2Ftor.git 14554 doesn't need a changes file: the bug wasn't in a release --- 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.