toxcore/.github/workflows
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
..
ci.yml chore: Add mypy Python type check. 2022-01-14 19:55:37 +00:00
coverity-scan.yml chore: Use an incrementing version number for coverity scans. 2021-12-10 16:53:57 +00:00
docker.yml chore: Add sonar-scan analysis on pushes. 2022-01-14 12:38:35 +00:00
sonar-scan.yml cleanup: Remove uses of strcpy and sprintf. 2022-01-17 18:25:40 +00:00