diff options
author | Roger Dingledine <arma@torproject.org> | 2018-09-08 17:21:49 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2018-09-08 17:21:49 -0400 |
commit | da95b91355248ad8f3a6aa6733cc6d24915f59ce (patch) | |
tree | 3eff315e63c93e0888c0295266674c20635baa28 | |
parent | aeb398d16e2c394b276626f63d3f78472aac1489 (diff) | |
download | tor-da95b91355248ad8f3a6aa6733cc6d24915f59ce.tar.gz tor-da95b91355248ad8f3a6aa6733cc6d24915f59ce.zip |
and one duplicate from (somehow) 0.3.3.5-rctor-0.3.4.8
-rw-r--r-- | ReleaseNotes | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ReleaseNotes b/ReleaseNotes index 615d41070f..d993c0e7a6 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -62,21 +62,6 @@ Changes in version 0.3.4.8 - 2018-09-10 operators about unreachable ports (25952); and keeping track of Tor's uptime (26009). - o Major bugfixes (protover, voting): - - Revise Rust implementation of protover to use a more memory- - efficient voting algorithm and corresponding data structures, thus - avoiding a potential (but small impact) DoS attack where specially - crafted protocol strings would expand to several potential - megabytes in memory. In the process, several portions of code were - revised to be methods on new, custom types, rather than functions - taking interchangeable types, thus increasing type safety of the - module. Custom error types and handling were added as well, in - order to facilitate better error dismissal/handling in outside - crates and avoid mistakenly passing an internal error string to C - over the FFI boundary. Many tests were added, and some previous - differences between the C and Rust implementations have been - remedied. Fixes bug 24031; bugfix on 0.3.3.1-alpha. - o Minor features (accounting): - When Tor becomes dormant, it now uses a scheduled event to wake up at the right time. Previously, we would use the per-second timer |