Edit some changelog text

This commit is contained in:
Nick Mathewson 2015-10-21 14:34:48 -04:00
parent 89a9d8c8d7
commit 1512e7e539

View File

@ -1,14 +1,16 @@
Changes in version 0.2.7.4-rc - 2015-10-21 Changes in version 0.2.7.4-rc - 2015-10-21
Tor 0.2.7.4-rc is the second release candidate in the 0.2.7 servies. Tor 0.2.7.4-rc is the second release candidate in the 0.2.7 series.
It a few small bugfixes, notably fixes for compilation and portability It fixes some important memory leaks, and a scary-looking (but mostly
on different platforms. If no further significant bounds are found, harmless in practice) invalid-read bug. It also has a few small
the next release will the the official stable release. bugfixes, notably fixes for compilation and portability on different
platforms. If no further significant bounds are found, the next
release will the the official stable release.
o Major bugfixes (security, correctness): o Major bugfixes (security, correctness):
- Fix a programming error that could cause us to read 4 bytes before - Fix an error that could cause us to read 4 bytes before
the beginning of an openssl string. This could be used to provoke the beginning of an openssl string. This bug could be used to
a crash on systems with an unusual malloc implementation, or cause Tor to crash on systems with unusual malloc implementations, or
systems with unsual hardening installed. Fixes bug 17404; bugfix systems with unusual hardening installed. Fixes bug 17404; bugfix
on 0.2.3.6-alpha. on 0.2.3.6-alpha.
o Major bugfixes (correctness): o Major bugfixes (correctness):