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

osal Integration candidate: Equuleus-rc1+dev5 #1451

Merged
merged 11 commits into from
Feb 23, 2024

Updating documentation and version numbers for equuleus-rc1+dev53

2484176
Select commit
Loading
Failed to load commit list.
Merged

osal Integration candidate: Equuleus-rc1+dev5 #1451

Updating documentation and version numbers for equuleus-rc1+dev53
2484176
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL-coding-standard succeeded Feb 23, 2024 in 8s

15 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 14 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 299 in src/os/shared/src/osapi-module.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 423 in src/os/shared/src/osapi-module.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 334 in src/os/shared/src/osapi-module.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 1361 in src/os/shared/src/osapi-idmap.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 129 in src/os/portable/os-impl-posix-files.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 137 in src/os/posix/src/os-impl-idmap.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 345 in src/os/shared/src/osapi-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 249 in src/os/shared/src/osapi-timebase.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 215 in src/os/shared/src/osapi-timebase.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 156 in src/os/shared/src/osapi-timebase.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 93 in src/os/shared/src/osapi-timebase.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 200 in src/os/shared/src/osapi-time.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 229 in src/os/shared/src/osapi-time.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 1371 in src/os/shared/src/osapi-idmap.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 129 in src/os/portable/os-impl-posix-files.c

See this annotation in the file changed.

Code scanning / CodeQL

Function too long Note

OS_FileStat_Impl has too many lines (82, while 60 are allowed).