Browse Source

LintChanges fix

Nick Mathewson 7 years ago
parent
commit
d78711c0ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      changes/bug20203

+ 1 - 1
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