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 | c27bb4072ca25b154e100158f819315bd8683ce0 (patch) | |
tree | 2cf2f178742ccf15b145feef4d02bc5f4bd3a75a /changes | |
parent | fa1890e97f19a444f8103c1207d7d18c02887b1f (diff) | |
parent | dd63033fcbb960ac563a8f417a7f65e62781d9a9 (diff) | |
download | tor-c27bb4072ca25b154e100158f819315bd8683ce0.tar.gz tor-c27bb4072ca25b154e100158f819315bd8683ce0.zip |
Merge branch 'maint-0.3.2' into maint-0.3.3
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. |