tor

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

commit 508645b5a4cd64a975d31614ad060f38dde84e82
parent 8993159f3dcf458e1ac3df562e69cb2fc7c02927
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  2 Nov 2017 09:59:53 -0400

changes file for 22342

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

diff --git a/changes/ticket22342 b/changes/ticket22342 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Small changes to Tor's buf_t API to make it suitable for use as + a general-purpose safe string constructor. Closes ticket 22342.