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#325 ] Equuleus upgrade #5

Merged
merged 43 commits into from
Oct 10, 2024

Merge commit '99e3b4007da51031b521d90390526e123ff740b4' into nos3#325

05445fe
Select commit
Loading
Failed to load commit list.
Merged

[nasa/Nos3#325 ] Equuleus upgrade #5

Merge commit '99e3b4007da51031b521d90390526e123ff740b4' into nos3#325
05445fe
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 2, 2024 in 2s

25 new alerts

New alerts in code changed by this pull request

  • 3 warnings
  • 22 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 217 in src/os/portable/os-impl-bsd-sockets.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 264 in src/os/portable/os-impl-bsd-sockets.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 185 in src/os/shared/src/osapi-sockets.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 234 in src/os/shared/src/osapi-sockets.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 165 in src/ut-stubs/osapi-sockets-stubs.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 234 in src/ut-stubs/osapi-sockets-stubs.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 272 in ut_assert/inc/utassert.h

See this annotation in the file changed.

Code scanning / CodeQL

Undisciplined macro Note

The macro UtAssert_INTVAL(type,actual,op,ref,radix) uses token pasting and is not allowed.

Check notice on line 378 in ut_assert/src/utassert.c

See this annotation in the file changed.

Code scanning / CodeQL

Function too long Note

UtAssert_GenericSignedCompare has too many parameters (9, while 6 are allowed).

Check notice on line 386 in ut_assert/src/utassert.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 420 in ut_assert/src/utassert.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 420 in ut_assert/src/utassert.c

See this annotation in the file changed.

Code scanning / CodeQL

Function too long Note

UtAssert_DoCompare has too many lines (75, while 60 are allowed).

Check notice on line 503 in ut_assert/src/utassert.c

See this annotation in the file changed.

Code scanning / CodeQL

Function too long Note

UtAssert_GenericIntegerCompare has too many parameters (10, while 6 are allowed).
UtAssert_GenericIntegerCompare has too many lines (70, while 60 are allowed).

Check notice on line 503 in ut_assert/src/utassert.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 277 in ut_assert/src/utstubs.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 319 in ut_assert/src/utstubs.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 354 in ut_assert/src/utstubs.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 401 in ut_assert/src/utstubs.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.

Check notice on line 411 in ut_assert/src/utstubs.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 424 in ut_assert/src/utstubs.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 493 in ut_assert/src/utstubs.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 522 in ut_assert/src/utstubs.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 570 in ut_assert/src/utstubs.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 990 in ut_assert/src/utstubs.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 1072 in ut_assert/src/utstubs.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 1205 in ut_assert/src/utstubs.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.