Static analyzer found several instances of 'strcmp' in cfe. The use of strcmp could potentially result in buffer overflows. The instances are:
- cfe_config_get.c : CFE_Config_GetIdByName
- cfe_es_apps.c : CFE_ES_ParseFileEntry (2 instances)
- cfe_es_apps.c : CFE_ES_LoadModule
- cfe_es_cds.c : CFE_ES_LocateCDSBlockRecordByName
- cfe_es_resource.c : CFE_ES_LocateAppRecordByName
- cfe_es_resource.c : CFE_ES_LocateLibRecordByName
- cfe_es_resource.c : CFE_ES_LocateCounterRecordByName
- cfe_tbl_load.c : CFE_TBL_ValidateFileIsLoadable
- cfe_tbl_regrec.c : CFE_TBL_LocateRegRecByName
Static analyzer found several instances of 'strcmp' in cfe. The use of strcmp could potentially result in buffer overflows. The instances are: