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

[nasa/nos3#176] Unit Tests #2

Merged
merged 18 commits into from
Aug 6, 2024

[nasa/nos3#176] Change from bools to int32 across the entire applicat…

1427a22
Select commit
Loading
Failed to load commit list.
Merged

[nasa/nos3#176] Unit Tests #2

[nasa/nos3#176] Change from bools to int32 across the entire applicat…
1427a22
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 31, 2024 in 3s

10 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 9 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 1148 in fsw/src/ds_cmds.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 56 in fsw/src/ds_file.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 80 in fsw/src/ds_dispatch.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 685 in fsw/src/ds_table.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 643 in fsw/src/ds_table.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 566 in fsw/src/ds_table.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 444 in fsw/src/ds_table.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 56 in fsw/src/ds_file.c

See this annotation in the file changed.

Code scanning / CodeQL

Function too long Note

DS_IsPacketFiltered has too many lines (124, while 60 are allowed).

Check notice on line 566 in fsw/src/ds_table.c

See this annotation in the file changed.

Code scanning / CodeQL

Function too long Note

DS_TableVerifyFilterEntry has too many lines (70, while 60 are allowed).

Check notice on line 444 in fsw/src/ds_table.c

See this annotation in the file changed.

Code scanning / CodeQL

Function too long Note

DS_TableVerifyDestFileEntry has too many lines (63, while 60 are allowed).