mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
7 lines
307 B
Plaintext
7 lines
307 B
Plaintext
|
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.
|
||
|
|