Static analyzer found two instances of 'strcpy' in cfe. Strcpy does not check bounds and should be replaced with something that does. Locations: - cfe_assert_init | CFE_Assert_OpenLogFile - cfe_tbl_internal | CFE_TBL_MarkNameAsModified
Static analyzer found two instances of 'strcpy' in cfe. Strcpy does not check bounds and should be replaced with something that does.
Locations: