From 719b5c1d27c678d4c2c705a8e4942b0f93070bdc Mon Sep 17 00:00:00 2001 From: rl1987 Date: Mon, 4 Jun 2018 12:27:10 +0300 Subject: Avoid out-of-bounds smartlist access in protover_compute_vote() and contract_protocol_list() --- changes/bug26196 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug26196 (limited to 'changes') diff --git a/changes/bug26196 b/changes/bug26196 new file mode 100644 index 0000000000..47fcffa0f8 --- /dev/null +++ b/changes/bug26196 @@ -0,0 +1,4 @@ + o Minor bugfixes (hardening): + - Prevent a possible out-of-bounds smartlist read in + protover_compute_vote(). Fixes bug 26196; bugfix on + 0.2.9.4-alpha. -- cgit v1.2.3-54-g00ecf