mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
clang-analyzer has a check for any use of `strcpy`. This usage is safe because it is allocated above using the length of the string.
clang-analyzer has a check for any use of `strcpy`. This usage is safe because it is allocated above using the length of the string.