diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-09 11:57:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-09 11:57:55 -0400 |
commit | f9327848babe8fd3b08eabb187d32b945f7567fc (patch) | |
tree | e5ece15df1c59e97298ca560335d191e8e1ae9e6 /changes | |
parent | c759ed2c62f27a490dc78a07e62d87705dd785a9 (diff) | |
download | tor-f9327848babe8fd3b08eabb187d32b945f7567fc.tar.gz tor-f9327848babe8fd3b08eabb187d32b945f7567fc.zip |
Collect badness values in ntor_ref.py; don't just clobber.
Fixes bug 15591; patch from joelanders
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug15591 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug15591 b/changes/bug15591 new file mode 100644 index 0000000000..1398a027d7 --- /dev/null +++ b/changes/bug15591 @@ -0,0 +1,4 @@ + o Testing: + - Check for matching value in server response in ntor_ref.py. + Fixes bug 15591; bugfix on 0.2.4.8-alpha. Reported and fixed + by "joelanders". |