diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-09 09:28:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-09 09:28:36 -0400 |
commit | 7142f3e435f99e357c7a7b55d4542ac7f6584f47 (patch) | |
tree | 0aa512d55b474854cc21516bc194803320bc2e8b /changes | |
parent | 3e08dd9df1142b66e5f53a55d7e4c2803c3f9868 (diff) | |
parent | 7b2d10700fb0844fbe9aa7c030b09467cf173936 (diff) | |
download | tor-7142f3e435f99e357c7a7b55d4542ac7f6584f47.tar.gz tor-7142f3e435f99e357c7a7b55d4542ac7f6584f47.zip |
Merge branch 'trove_2020_001_035' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33119 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug33119 b/changes/bug33119 new file mode 100644 index 0000000000..c976654b26 --- /dev/null +++ b/changes/bug33119 @@ -0,0 +1,4 @@ + o Major bugfixes (NSS): + - Fix out-of-bound memory access in `tor_tls_cert_matches_key()` when Tor is + compiled with NSS support. Fixes bug 33119; bugfix on 0.3.5.1-alpha. This + issue is also tracked as TROVE-2020-001. |