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 #2588, Split up CFE_TBL_Load and remove early returns #2589

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

Fix #2588, Split up CFE_TBL_Load and remove early returns

ce52b70
Select commit
Loading
Failed to load commit list.
Open

Fix #2588, Split up CFE_TBL_Load and remove early returns #2589

Fix #2588, Split up CFE_TBL_Load and remove early returns
ce52b70
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 9, 2024 in 7s

7 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

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

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

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

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

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

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

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

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

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

See this annotation in the file changed.

Code scanning / CodeQL

Use of non-constant function pointer Note

This call does not go through a const function pointer.

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

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check warning on line 1716 in modules/tbl/fsw/src/cfe_tbl_internal.c

See this annotation in the file changed.

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

A stack address which arrived via a
parameter
may be assigned to a non-local variable.