From: Nick Mathewson Date: Thu, 22 Sep 2016 19:19:59 +0000 (-0400) Subject: LintChanges fix X-Git-Tag: tor-0.2.8.8~6^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d78711c0ae83c505a966791a18a6b8d5b7e4a8d1;p=thirdparty%2Ftor.git LintChanges fix --- 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