summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-09-22 15:19:59 -0400
committerNick Mathewson <nickm@torproject.org>2016-09-22 15:19:59 -0400
commitd78711c0ae83c505a966791a18a6b8d5b7e4a8d1 (patch)
treed5187a1716ee22e196718a5fba484f0c925c8c63
parent6e96eababe8f05ac03b2e83911e6fae5654884b4 (diff)
downloadtor-d78711c0ae83c505a966791a18a6b8d5b7e4a8d1.tar.gz
tor-d78711c0ae83c505a966791a18a6b8d5b7e4a8d1.zip
LintChanges fix
-rw-r--r--changes/bug202032
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/bug20203 b/changes/bug20203
index b4809ffbd6..711c91ba85 100644
--- a/changes/bug20203
+++ b/changes/bug20203
@@ -1,4 +1,4 @@
- o Major bugfixes (relay, OOM handler)
+ 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