From 03c4d0ab9cfb60ba036bb8e5fe980a5bd2551f7d Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Wed, 12 Sep 2018 02:14:29 +0000 Subject: rust/protover: fix check for overlapping ranges Closes ticket 27649. Bugfix on e6625113c98c281b0a649598d7daa347c28915e9. --- changes/bug27649 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug27649 (limited to 'changes') diff --git a/changes/bug27649 b/changes/bug27649 new file mode 100644 index 0000000000..6498e961e1 --- /dev/null +++ b/changes/bug27649 @@ -0,0 +1,4 @@ + o Minor bugfixes (rust): + - The protover rewrite in #24031 allowed repeated votes from the same + voter for the same protocol version to be counted multiple times in + protover_compute_vote(). Bugfix on 0.3.3.5-rc; fixes bug 27649. -- cgit v1.2.3-54-g00ecf From 4fa46fca8e71e085883dab6183df498759bc439f Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Wed, 12 Sep 2018 14:22:31 +0000 Subject: fixup! changes file --- changes/bug27649 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'changes') diff --git a/changes/bug27649 b/changes/bug27649 index 6498e961e1..55bfc3a842 100644 --- a/changes/bug27649 +++ b/changes/bug27649 @@ -1,4 +1,4 @@ o Minor bugfixes (rust): - - The protover rewrite in #24031 allowed repeated votes from the same + - The protover rewrite in 24031 allowed repeated votes from the same voter for the same protocol version to be counted multiple times in - protover_compute_vote(). Bugfix on 0.3.3.5-rc; fixes bug 27649. + protover_compute_vote(). Fixes bug 27649; bugfix on 0.3.3.5-rc. -- cgit v1.2.3-54-g00ecf