summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-30 15:29:59 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-30 15:29:59 -0500
commitaba90b2125725a2d870a847482e30d78a1a2582d (patch)
treedeba5c09c7368a67ff9e790cf4db2f0a884a271c /changes
parent097286e47665a32e54249f809c23e190be9d57e8 (diff)
parent2c41f120481b7b14fcf0ef3aaf78d84f47178cb7 (diff)
downloadtor-aba90b2125725a2d870a847482e30d78a1a2582d.tar.gz
tor-aba90b2125725a2d870a847482e30d78a1a2582d.zip
Merge remote-tracking branch 'dgoulet/bug14554_026_v1'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug145544
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug14554 b/changes/bug14554
new file mode 100644
index 0000000000..ff2566f7af
--- /dev/null
+++ b/changes/bug14554
@@ -0,0 +1,4 @@
+ 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.