tor

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

commit b943cedf3485d0d00c739e69fd2bb16d4e959867
parent 7ba873ca2da35dc3bcf08d458b78641ddad63949
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 21 Aug 2017 15:04:35 -0400

changes file for bug 23291

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

diff --git a/changes/bug23291 b/changes/bug23291 @@ -0,0 +1,3 @@ + o Minor bugfixes (testing): + - Fix an undersized buffer in test-memwipe.c. Fixes bug 23291; bugfix on + 0.2.7.2-alpha. Found and patched by Ties Stuij.