aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7802
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2013-01-22 21:03:28 -0800
committerMike Perry <mikeperry-git@fscked.org>2013-01-22 21:03:28 -0800
commita78542f0c30a6d8a25b3a8c92fec61c04c3feeaf (patch)
treede128b765bc631ace727b9d8149082d9a4209b4c /changes/bug7802
parentb810d322bfc55d202dbbd2e8ebe4529cf0778c8b (diff)
downloadtor-a78542f0c30a6d8a25b3a8c92fec61c04c3feeaf.tar.gz
tor-a78542f0c30a6d8a25b3a8c92fec61c04c3feeaf.zip
Bug 8024: Check for null/closed channel before probing.
Diffstat (limited to 'changes/bug7802')
-rw-r--r--changes/bug78021
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug7802 b/changes/bug7802
index 1d09757efe..9bc0f36fe1 100644
--- a/changes/bug7802
+++ b/changes/bug7802
@@ -8,3 +8,4 @@
- Remove a source of rounding error during path bias count scaling.
- Don't count cannibalized circuits as used for path bias until we
actually try to use them.
+ - Fix circuit_package_relay_cell warning message about n_chan==NULL.