final entries for 0.4.3.6 changelog

This commit is contained in:
Nick Mathewson
2020-07-09 10:18:03 -04:00
parent 18338f8771
commit 9fd445f884
4 changed files with 24 additions and 11 deletions
-4
View File
@@ -1,4 +0,0 @@
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.
-3
View File
@@ -1,3 +0,0 @@
o Minor bugfixes (compiler warnings):
- Fix a compiler warning on platforms with 32-bit time_t values.
Fixes bug 40028; bugfix on 0.3.2.8-rc.
-3
View File
@@ -1,3 +0,0 @@
o Minor bugfix (CI, Windows):
- Don't use stdio 64 bit printf format when compiling with MINGW on
Appveyor. Fixes bug 40026; bugfix on 0.3.5.5-alpha.