summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-05-11 23:46:07 -0400
committerNick Mathewson <nickm@torproject.org>2013-05-11 23:46:07 -0400
commit196155657d83be747b32819ad841c041bc2d9dfc (patch)
tree0ceb5334cd28ac0617f4dc46f12f7e2e3d605948 /changes
parent73b98948a290cfb9fccf6d6ec751b7daade07f31 (diff)
downloadtor-196155657d83be747b32819ad841c041bc2d9dfc.tar.gz
tor-196155657d83be747b32819ad841c041bc2d9dfc.zip
Add a changes file for bug 8790
Diffstat (limited to 'changes')
-rw-r--r--changes/bug87906
1 files changed, 6 insertions, 0 deletions
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.
+