summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-09-22 15:20:31 -0400
committerNick Mathewson <nickm@torproject.org>2016-09-22 15:20:31 -0400
commit077f6a4888e88a4895e7b2234ff2fd81412307d0 (patch)
tree19afb7b837c4e37b331b042753cb62bb3917555f /changes
parent0baa276ea9673ba1c7efce009d30a4afb4f63a6a (diff)
parentd78711c0ae83c505a966791a18a6b8d5b7e4a8d1 (diff)
downloadtor-077f6a4888e88a4895e7b2234ff2fd81412307d0.tar.gz
tor-077f6a4888e88a4895e7b2234ff2fd81412307d0.zip
Merge branch '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..711c91ba85
--- /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.