tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 9ac1ed525f6d21338d675f2898987a13d82f4b78
parent 34f352986186b8542a4c7e473414a13c86d4a855
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sat, 16 Oct 2021 10:51:41 -0400

Changes file for new fuzzers

Diffstat:
Achanges/bug40488 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/bug40488 b/changes/bug40488 @@ -0,0 +1,4 @@ + o Minor features (testing): + - We now have separate fuzzers for the inner layers of v3 onion + service descriptors, to prevent future bugs like 40392. + Closes ticket 40488.