diff options
Diffstat (limited to 'changes/bug8790')
-rw-r--r-- | changes/bug8790 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/bug8790 b/changes/bug8790 deleted file mode 100644 index 9f1f0ba17..000000000 --- a/changes/bug8790 +++ /dev/null @@ -1,6 +0,0 @@ - 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. - |