]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 22342
authorNick Mathewson <nickm@torproject.org>
Thu, 2 Nov 2017 13:59:53 +0000 (09:59 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 2 Nov 2017 14:00:32 +0000 (10:00 -0400)
changes/ticket22342 [new file with mode: 0644]

diff --git a/changes/ticket22342 b/changes/ticket22342
new file mode 100644 (file)
index 0000000..5350550
--- /dev/null
@@ -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.