mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
677097ac1d
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.