From: Nick Mathewson Date: Sun, 12 May 2013 03:46:07 +0000 (-0400) Subject: Add a changes file for bug 8790 X-Git-Tag: tor-0.2.5.1-alpha~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=196155657d83be747b32819ad841c041bc2d9dfc;p=thirdparty%2Ftor.git Add a changes file for bug 8790 --- diff --git a/changes/bug8790 b/changes/bug8790 new file mode 100644 index 0000000000..9f1f0ba17d --- /dev/null +++ b/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. +