Commit 19615565 authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Add a changes file for bug 8790

parent 73b98948
Loading
Loading
Loading
Loading

changes/bug8790

0 → 100644
+6 −0
Original line number Diff line number Diff line
  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.