Browse Source

Add a changes file for bug 8790

Nick Mathewson 11 years ago
parent
commit
196155657d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      changes/bug8790

+ 6 - 0
changes/bug8790

@@ -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.
+