tor

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

commit d5e652c5840d670fe2d6150a7f5e2590a03059d5
parent f9f2dd919f81a6bf4a81656cc290a09d481e0533
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed, 28 Jan 2026 09:30:54 -0500

changes: Fix file bug41180

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Mchanges/bug41180 | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/changes/bug41180 b/changes/bug41180 @@ -1,5 +1,4 @@ o Major bugfixes (security): - - Avoid an out-of-bounds read error that could occur with - V1-formatted cells on Tor 0.4.9.3-alpha or later. - Fixes bug 41180; bugfix on 0.4.9.3-alpha. - This is tracked as TROVE-2025-016. + - Avoid an out-of-bounds read error that could occur with V1-formatted + cells. Fixes bug 41180; bugfix on 0.4.8.1-alpha. This is tracked as + TROVE-2025-016.