]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changes file for bug 8790
authorNick Mathewson <nickm@torproject.org>
Sun, 12 May 2013 03:46:07 +0000 (23:46 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 12 May 2013 03:46:07 +0000 (23:46 -0400)
changes/bug8790 [new file with mode: 0644]

diff --git a/changes/bug8790 b/changes/bug8790
new file mode 100644 (file)
index 0000000..9f1f0ba
--- /dev/null
@@ -0,0 +1,6 @@
+  o Minor code improvements:
+    - Remove instances of strcpy from the unit tests. They weren't
+      hurting anything, since they were only in the unit tests, but
+      it's embarassing to have strcpy() in the code at all, and some
+      analysis tools don't like it. Fixes 8790. Patch from Arlo Breault.
+