Merge remote-tracking branch 'tor-github/pr/1118' into maint-0.4.1

This commit is contained in:
Nick Mathewson
2019-06-26 09:49:40 -04:00
4 changed files with 59 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
o Major bugfixes (circuit build, guard):
- When considering upgrading circuits from "waiting for guard" to "open",
always ignore the ones that are mark for close. Else, we can end up in
the situation where a subsystem is notified of that circuit opening but
still marked for close leading to undesirable behavior. Fixes bug 30871;
bugfix on 0.3.0.1-alpha.