toxcore/other/analysis
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
..
check_logger_levels Make sure logger levels stay in sync across files 2018-10-07 15:16:00 -04:00
check_recursion chore: Add mypy Python type check. 2022-01-14 19:55:37 +00:00
gen-file.sh chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-check-recursion chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-clang chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-clang-analyze chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-clang-tidy cleanup: Remove uses of strcpy and sprintf. 2022-01-17 18:25:40 +00:00
run-cppcheck chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-gcc chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-infer chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
variants.sh chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00