diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-06-04 12:27:10 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-08 10:11:32 -0400 |
commit | 719b5c1d27c678d4c2c705a8e4942b0f93070bdc (patch) | |
tree | 507d0487eb2fb314812c725c433cc9263195fa72 /changes/bug26196 | |
parent | c380562aed5242eab6449b054199d742f02833dd (diff) | |
download | tor-719b5c1d27c678d4c2c705a8e4942b0f93070bdc.tar.gz tor-719b5c1d27c678d4c2c705a8e4942b0f93070bdc.zip |
Avoid out-of-bounds smartlist access in protover_compute_vote()
and contract_protocol_list()
Diffstat (limited to 'changes/bug26196')
-rw-r--r-- | changes/bug26196 | 4 |
1 files changed, 4 insertions, 0 deletions
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. |