toxcore/.github
iphydf 5fbcbb6c83
cleanup: Remove uses of strcpy and sprintf.
Use of `strcpy` in these particular cases was safe, but it's hard to
tell and also useless. `strcpy` would effectively need to do another
`strlen` which we already did.

Also removed sprintf, which was also safe in this case but it's easier to
be "obviously safe", especially for static analysers.
2022-01-17 18:25:40 +00:00
..
scripts cleanup: Make Networking_Core pointer-to-const where possible. 2022-01-16 01:09:44 +00:00
workflows cleanup: Remove uses of strcpy and sprintf. 2022-01-17 18:25:40 +00:00
CODEOWNERS Add CODEOWNERS and settings.yml files. 2020-04-25 03:12:12 +00:00
settings.yml chore: Add mypy Python type check. 2022-01-14 19:55:37 +00:00