diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-28 13:57:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-28 13:57:54 -0400 |
commit | 40602537493409bcf3c4eaeda7fbee6c6eb3f329 (patch) | |
tree | 4d6c10770214c11a9178b6e82ea13d4d1da63814 /changes | |
parent | 711160a46f5fbba7106c23c29f99bed75928a5a7 (diff) | |
parent | 4b5cdb2c3060eefcc616764845a4ed7c002117b7 (diff) | |
download | tor-40602537493409bcf3c4eaeda7fbee6c6eb3f329.tar.gz tor-40602537493409bcf3c4eaeda7fbee6c6eb3f329.zip |
Merge remote-tracking branch 'teor/bug21576_029_v2' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21576 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21576 b/changes/bug21576 new file mode 100644 index 0000000000..68d8471192 --- /dev/null +++ b/changes/bug21576 @@ -0,0 +1,4 @@ + o Major bugfixes (crash, directory connections): + - Fix a rare crash when sending a begin cell on a circuit whose linked + directory connection has already been closed. Fixes bug 21576; + bugfix on Tor 0.2.9.3-alpha. Reported by alecmuffett. |