diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-04-19 00:47:37 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-04-18 22:26:06 -0400 |
commit | 2d276ab9d9193d5152fe2599e9d39f2df9ea7d43 (patch) | |
tree | 385f6895cdb60ea6b0e04ae2209f559dc0fd8549 /changes | |
parent | 86c4b750da6f25a0fb5291146dd60f151ae5ad7d (diff) | |
download | tor-2d276ab9d9193d5152fe2599e9d39f2df9ea7d43.tar.gz tor-2d276ab9d9193d5152fe2599e9d39f2df9ea7d43.zip |
rend_service_introduce(): do protocol violation check before anything else.
(Cherry-picked from 6ba13e4 by nickm)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5644 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug5644 b/changes/bug5644 new file mode 100644 index 0000000000..a390eba996 --- /dev/null +++ b/changes/bug5644 @@ -0,0 +1,5 @@ + o Major bugfixes + - Prevent a client-side assertion failure when receiving an + INTRODUCE2 cell by an exit relay, in a general purpose + circuit. Fixes bug 5644; bugfix on tor-0.2.1.6-alpha + |