summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-09-22 15:17:00 -0400
committerNick Mathewson <nickm@torproject.org>2016-09-22 15:17:00 -0400
commit6e96eababe8f05ac03b2e83911e6fae5654884b4 (patch)
tree7f3c4aefeaaa56ae84cc91b22c64445282fe8f73 /changes
parent1edea87c2ac66d9d9ba5c92e6b2e4baddb6bd886 (diff)
parente4aaf7666028c30866ad63053ad9f6eb6bf16bf7 (diff)
downloadtor-6e96eababe8f05ac03b2e83911e6fae5654884b4.tar.gz
tor-6e96eababe8f05ac03b2e83911e6fae5654884b4.zip
Merge branch 'bug20203_027_squashed' into maint-0.2.8
Diffstat (limited to 'changes')
-rw-r--r--changes/bug202036
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug20203 b/changes/bug20203
new file mode 100644
index 0000000000..b4809ffbd6
--- /dev/null
+++ b/changes/bug20203
@@ -0,0 +1,6 @@
+ o Major bugfixes (relay, OOM handler)
+ - Fix a timing-dependent assertion failure that could occur when we
+ tried to flush from a circuit after having freed its cells because
+ of an out-of-memory condition. Fixes bug 20203; bugfix on
+ 0.2.8.1-alpha. Thanks to "cypherpunks" for help diagnosing this
+ one.