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 #2546, add handle list operation routines #2548

Merged
merged 1 commit into from
Apr 16, 2024

Fix #2546, add handle list operation routines

b13c79f
Select commit
Loading
Failed to load commit list.
Merged

Fix #2546, add handle list operation routines #2548

Fix #2546, add handle list operation routines
b13c79f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL-coding-standard succeeded Apr 5, 2024 in 6s

9 new alerts

New alerts in code changed by this pull request

  • 3 warnings
  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 1508 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 1466 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 1440 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 1493 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 1417 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 1191 in modules/tbl/fsw/src/cfe_tbl_api.c

See this annotation in the file changed.

Code scanning / CodeQL

Side effect in a Boolean expression Warning

This Boolean expression is not side-effect free.

Check warning on line 326 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL

Side effect in a Boolean expression Warning

This Boolean expression is not side-effect free.

Check warning on line 237 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL

Side effect in a Boolean expression Warning

This Boolean expression is not side-effect free.

Check notice on line 60 in modules/tbl/fsw/src/cfe_tbl_internal.h

See this annotation in the file changed.

Code scanning / CodeQL

Hidden pointer indirection Note

The typedef CFE_TBL_AccessDescFunc_t hides pointer indirection.