diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-30 15:29:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-30 15:29:59 -0500 |
commit | aba90b2125725a2d870a847482e30d78a1a2582d (patch) | |
tree | deba5c09c7368a67ff9e790cf4db2f0a884a271c /changes | |
parent | 097286e47665a32e54249f809c23e190be9d57e8 (diff) | |
parent | 2c41f120481b7b14fcf0ef3aaf78d84f47178cb7 (diff) | |
download | tor-aba90b2125725a2d870a847482e30d78a1a2582d.tar.gz tor-aba90b2125725a2d870a847482e30d78a1a2582d.zip |
Merge remote-tracking branch 'dgoulet/bug14554_026_v1'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14554 | 4 |
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. |