tor

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

commit 0be627890cf43528cee90c0d216984279187922d
parent f2ddfdd50e52f9a6aa4afafccb5ad5e04f79e2cc
Author: trinity-1686a <trinity@deuxfleurs.fr>
Date:   Tue, 21 Nov 2023 00:22:51 +0100

add changes file for sanity check on memmem

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

diff --git a/changes/ticket40854 b/changes/ticket40854 @@ -0,0 +1,3 @@ + o Minor feature (defense in depth): + - verify needle is smaller than haystack before calling memmem. + Closes ticket 40854.