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 | af08dad6d1b00f1f433787d2712568b07f782729 (patch) | |
tree | 4c3eb9ec9f16e618f004ec6aa83969a561c0be9e /changes | |
parent | c364e0e83bd98bf66b68cdacff28ad6c5924abf5 (diff) | |
parent | 283ce30c536568129f0a2b531d4c195c93c7ff52 (diff) | |
download | tor-af08dad6d1b00f1f433787d2712568b07f782729.tar.gz tor-af08dad6d1b00f1f433787d2712568b07f782729.zip |
Merge branch 'maint-0.4.2' into maint-0.4.3
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. |