Fix issues found with clang-tidy
authorCharles Giessen <charles@lunarg.com>
Mon, 29 May 2023 23:06:06 +0000 (17:06 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Mon, 29 May 2023 23:45:08 +0000 (17:45 -0600)
commit3382accd2328be9bb5c0d3caff6bca4250028633
tree0d923f7778d38e373698ff8aee123494d975499c
parent5e3cbc6fb9b76b8ae69b52961aafce35215820d7
Fix issues found with clang-tidy

clang-tidy found numerous issues, roughly divided into three categories:
* Unused variables
* strcpy is unsafe
* NULL dereference due to missing NULL check
loader/cJSON.c
loader/loader.c
loader/settings.c
loader/unknown_function_handling.c
tests/framework/test_environment.cpp