diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-08 10:11:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-08 10:11:57 -0400 |
commit | 1ef8023e000d9136b7069515f9d7303810a8f3b2 (patch) | |
tree | 82c84147c3f554c3304d249889cd37d69f8faa11 /changes | |
parent | f48fb8a720c7cca79249248f92e3bc99cee3414d (diff) | |
parent | 719b5c1d27c678d4c2c705a8e4942b0f93070bdc (diff) | |
download | tor-1ef8023e000d9136b7069515f9d7303810a8f3b2.tar.gz tor-1ef8023e000d9136b7069515f9d7303810a8f3b2.zip |
Merge branch 'maint-0.2.9' into maint-0.3.1
Diffstat (limited to 'changes')
-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. |