aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-19 20:40:15 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-19 20:40:15 -0400
commit553ae5dfb5f6bb49889b2b1735217dae803f92d7 (patch)
treeaa29b37bb6cebb6bfb6cd7d45dd1b45e555c2a18 /changes
parentc2d3da6303a6a5e41eabcb18b56ee5d8434a9817 (diff)
downloadtor-553ae5dfb5f6bb49889b2b1735217dae803f92d7.tar
tor-553ae5dfb5f6bb49889b2b1735217dae803f92d7.tar.gz
Fix spurious warning in bufferevent socks parsing
The problem was that we weren't initializing want_length to 0 before calling parse_socks() the first time, so it looked like we were risking an infinite loop when in fact we were safe. Fixes 3615; bugfix on 0.2.3.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug36153
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug3615 b/changes/bug3615
new file mode 100644
index 000000000..704b3faa3
--- /dev/null
+++ b/changes/bug3615
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Fix a spurious warning when parsing SOCKS requests with
+ bufferevents enabled. Fixes bug 3615; bugfix on 0.2.3.2-alpha.