Add a changes file for bug 8790

This commit is contained in:
Nick Mathewson 2013-05-11 23:46:07 -04:00
parent 73b98948a2
commit 196155657d

6
changes/bug8790 Normal file
View File

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