diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-05-07 21:03:31 +1000 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-05-07 21:03:31 +1000 |
commit | 35217f0f61c633efe1f6e5ecab18d1700b9d570b (patch) | |
tree | 16d21fb1a1ae4cfa7a85e9e142718de21cda3726 /changes/bug18982 | |
parent | 2da2718609841bb7028ae2c802e26d80c857fe90 (diff) | |
download | tor-35217f0f61c633efe1f6e5ecab18d1700b9d570b.tar.gz tor-35217f0f61c633efe1f6e5ecab18d1700b9d570b.zip |
Fix two log messages that mistakenly log 0-based hop counts
(torspec says hop counts are 1-based.)
Closes ticket 18982, bugfix on 0275b6876 in tor 0.2.6.2-alpha
and 907db008a in tor 0.2.4.5-alpha.
Credit to Xiaofan Li for reporting this issue.
Diffstat (limited to 'changes/bug18982')
-rw-r--r-- | changes/bug18982 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18982 b/changes/bug18982 new file mode 100644 index 0000000000..bb0383d136 --- /dev/null +++ b/changes/bug18982 @@ -0,0 +1,6 @@ + o Minor bugfixes (circuit logging): + - torspec says hop counts are 1-based, so fix two log messages + that mistakenly logged 0-based hop counts. + Closes ticket 18982, bugfix on 0275b6876 in tor 0.2.6.2-alpha + and 907db008a in tor 0.2.4.5-alpha. Patch by teor. + Credit to Xiaofan Li for reporting this issue. |