Skip to content

Use of strcmp #2746

@jlombay

Description

@jlombay

Static analyzer found several instances of 'strcmp' in cfe. The use of strcmp could potentially result in buffer overflows. The instances are:

  1. cfe_config_get.c : CFE_Config_GetIdByName
  2. cfe_es_apps.c : CFE_ES_ParseFileEntry (2 instances)
  3. cfe_es_apps.c : CFE_ES_LoadModule
  4. cfe_es_cds.c : CFE_ES_LocateCDSBlockRecordByName
  5. cfe_es_resource.c : CFE_ES_LocateAppRecordByName
  6. cfe_es_resource.c : CFE_ES_LocateLibRecordByName
  7. cfe_es_resource.c : CFE_ES_LocateCounterRecordByName
  8. cfe_tbl_load.c : CFE_TBL_ValidateFileIsLoadable
  9. cfe_tbl_regrec.c : CFE_TBL_LocateRegRecByName

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions