Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #921, Update remaining cFE source/tests to use CFE_Status_t #2264

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Fix #921, Update remaining cFE source/tests to use CFE_Status_t

a53a43a
Select commit
Loading
Failed to load commit list.
Open

Fix #921, Update remaining cFE source/tests to use CFE_Status_t #2264

Fix #921, Update remaining cFE source/tests to use CFE_Status_t
a53a43a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL-coding-standard succeeded Apr 21, 2024 in 6s

244 new alerts

New alerts in code changed by this pull request

  • 7 warnings
  • 237 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 41 in modules/sb/fsw/src/cfe_sb_init.c

See this annotation in the file changed.

Code scanning / CodeQL

Variable scope too large Note

The variable CFE_SB_MemPoolDefSize is only accessed in
CFE_SB_InitBuffers
and should be scoped accordingly.

Check warning on line 189 in modules/evs/fsw/src/cfe_evs.c

See this annotation in the file changed.

Code scanning / CodeQL

Uses of recursion Warning

The function CFE_EVS_SendEventWithAppID is indirectly recursive via this call to
EVS_NotRegistered
.

Check warning on line 2130 in modules/es/fsw/src/cfe_es_api.c

See this annotation in the file changed.

Code scanning / CodeQL

Uses of recursion Warning

The function CFE_ES_UnlockSharedData is indirectly recursive via this call to
CFE_ES_SysLogWrite_Unsync
.

Check warning on line 2108 in modules/es/fsw/src/cfe_es_api.c

See this annotation in the file changed.

Code scanning / CodeQL

Uses of recursion Warning

The function CFE_ES_LockSharedData is indirectly recursive via this call to
CFE_ES_SysLogWrite_Unsync
.

Check warning on line 268 in modules/evs/fsw/src/cfe_evs_utils.c

See this annotation in the file changed.

Code scanning / CodeQL

Uses of recursion Warning

The function EVS_IsFiltered is indirectly recursive via this call to
EVS_SendEvent
.

Check warning on line 170 in modules/evs/fsw/src/cfe_evs_utils.c

See this annotation in the file changed.

Code scanning / CodeQL

Uses of recursion Warning

The function EVS_NotRegistered is indirectly recursive via this call to
EVS_SendEvent
.

Check warning on line 1306 in modules/sb/fsw/src/cfe_sb_api.c

See this annotation in the file changed.

Code scanning / CodeQL

Uses of recursion Warning

The function CFE_SB_TransmitMsg is indirectly recursive via this call to
CFE_SB_TransmitMsgValidate
.

Check notice on line 59 in modules/cfe_assert/src/cfe_assert_runner.c

See this annotation in the file changed.

Code scanning / CodeQL

Variable scope too large Note

The variable CFE_TR_EventFilters is only accessed in
CFE_Assert_RegisterTest
and should be scoped accordingly.

Check warning on line 390 in modules/evs/fsw/src/cfe_evs_utils.c

See this annotation in the file changed.

Code scanning / CodeQL

Uses of recursion Warning

The function EVS_CheckAndIncrementSquelchTokens is indirectly recursive via this call to
EVS_SendEvent
.

Check notice on line 746 in modules/core_api/ut-stubs/src/cfe_es_stubs.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_ES_PutPoolBuf has too many lines (72, while 60 are allowed).

Check notice on line 532 in modules/es/fsw/src/cfe_es_mempool.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_ES_PutPoolBuf has too many lines (72, while 60 are allowed).

Check notice on line 158 in modules/core_api/ut-stubs/src/cfe_fs_stubs.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_FS_ParseInputFileNameEx has too many parameters (7, while 6 are allowed).
CFE_FS_ParseInputFileNameEx has too many lines (206, while 60 are allowed).

Check notice on line 369 in modules/fs/fsw/src/cfe_fs_api.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_FS_ParseInputFileNameEx has too many parameters (7, while 6 are allowed).
CFE_FS_ParseInputFileNameEx has too many lines (206, while 60 are allowed).

Check notice on line 59 in modules/core_api/ut-stubs/src/cfe_fs_stubs.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_FS_BackgroundFileDumpRequest has too many lines (79, while 60 are allowed).

Check notice on line 831 in modules/fs/fsw/src/cfe_fs_api.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_FS_BackgroundFileDumpRequest has too many lines (79, while 60 are allowed).

Check notice on line 66 in modules/core_private/ut-stubs/src/cfe_es_core_internal_stubs.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_ES_RegisterCDSEx has too many lines (152, while 60 are allowed).

Check notice on line 306 in modules/es/fsw/src/cfe_es_cds.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_ES_RegisterCDSEx has too many lines (152, while 60 are allowed).

Check notice on line 49 in modules/core_private/ut-stubs/src/cfe_es_core_internal_stubs.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_ES_DeleteCDS has too many lines (95, while 60 are allowed).

Check notice on line 813 in modules/es/fsw/src/cfe_es_cds.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_ES_DeleteCDS has too many lines (95, while 60 are allowed).

Check notice on line 35 in modules/core_private/ut-stubs/src/cfe_es_core_internal_stubs.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_ES_CDS_EarlyInit has too many lines (96, while 60 are allowed).

Check notice on line 51 in modules/es/fsw/src/cfe_es_cds.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_ES_CDS_EarlyInit has too many lines (96, while 60 are allowed).

Check notice on line 49 in modules/core_private/ut-stubs/src/cfe_evs_core_internal_stubs.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_EVS_EarlyInit has too many lines (108, while 60 are allowed).

Check notice on line 54 in modules/evs/fsw/src/cfe_evs_task.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_EVS_EarlyInit has too many lines (108, while 60 are allowed).

Check notice on line 49 in modules/core_private/ut-stubs/src/cfe_tbl_core_internal_stubs.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_TBL_EarlyInit has too many lines (146, while 60 are allowed).

Check notice on line 69 in modules/tbl/fsw/src/cfe_tbl_internal.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_TBL_EarlyInit has too many lines (146, while 60 are allowed).