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

cFE Integration candidate: Equuleus-rc1+dev9 #2540

Merged
merged 6 commits into from
Apr 1, 2024

HotFix #2539, uninitialized value warning fixes

1209acd
Select commit
Loading
Failed to load commit list.
Merged

cFE Integration candidate: Equuleus-rc1+dev9 #2540

HotFix #2539, uninitialized value warning fixes
1209acd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL-coding-standard succeeded Apr 1, 2024 in 5s

22 new alerts

New alerts in code changed by this pull request

  • 5 warnings
  • 17 notes

See annotations below for details.

View all branch alerts.

Annotations

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

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Unbounded loop Warning

This loop does not have a fixed bound.

Check notice on line 298 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_TBL_TxnRemoveAccessLink has too many lines (84, while 60 are allowed).

Check notice on line 129 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CFE_TBL_TxnStartFromHandle has too many lines (81, while 60 are allowed).

Check notice on line 100 in modules/tbl/fsw/src/cfe_tbl_resource.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 77 in modules/tbl/fsw/src/cfe_tbl_resource.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 621 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 555 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 528 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 497 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 462 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 436 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 389 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 298 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 232 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 265 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 101 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 129 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 68 in modules/tbl/fsw/src/cfe_tbl_transaction.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check warning on line 105 in modules/tbl/fsw/src/cfe_tbl_resource.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Side effect in a Boolean expression Warning

This Boolean expression is not side-effect free.

Check warning on line 82 in modules/tbl/fsw/src/cfe_tbl_resource.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Side effect in a Boolean expression Warning

This Boolean expression is not side-effect free.

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

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Side effect in a Boolean expression Warning

This Boolean expression is not side-effect free.

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

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Side effect in a Boolean expression Warning

This Boolean expression is not side-effect free.