diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-09 09:28:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-09 09:28:53 -0400 |
commit | 283ce30c536568129f0a2b531d4c195c93c7ff52 (patch) | |
tree | 151f8aea5cf6ce1db20f078a8f8943b5be6d3966 /changes | |
parent | b81e24cda687e9633c18b741ed92ce6bafb77643 (diff) | |
parent | 7142f3e435f99e357c7a7b55d4542ac7f6584f47 (diff) | |
download | tor-283ce30c536568129f0a2b531d4c195c93c7ff52.tar.gz tor-283ce30c536568129f0a2b531d4c195c93c7ff52.zip |
Merge branch 'maint-0.3.5' into maint-0.4.2
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. |