diff options
Diffstat (limited to 'changes/bug1184')
-rw-r--r-- | changes/bug1184 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug1184 b/changes/bug1184 new file mode 100644 index 0000000000..856cdc644d --- /dev/null +++ b/changes/bug1184 @@ -0,0 +1,9 @@ + o Minor bugfixes: + - Never relay a cell for a circuit we have already destroyed. + Between marking a circuit as closeable and finally closing it, + it may have been possible for a few queued cells to get relayed, + even though they would have been immediately dropped by the next + OR in the circuit. Fix 1184; bugfix on 0.2.0.1-alpha. + - Never queue a cell for a circuit that's already been marked + for close. + |