
22 Sep
2016
22 Sep
'16
7:20 p.m.
commit d78711c0ae83c505a966791a18a6b8d5b7e4a8d1 Author: Nick Mathewson <nickm@torproject.org> Date: Thu Sep 22 15:19:59 2016 -0400 LintChanges fix --- changes/bug20203 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/bug20203 b/changes/bug20203 index b4809ff..711c91b 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