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 #1458, Moves OS_strnlen to public API and adds static analysis co… …mments #1465

Merged
merged 2 commits into from
Jul 2, 2024

Fix #1465, add default handler for OS_strnlen

44763aa
Select commit
Loading
Failed to load commit list.
Merged

Fix #1458, Moves OS_strnlen to public API and adds static analysis co… …mments #1465

Fix #1465, add default handler for OS_strnlen
44763aa
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 24, 2024 in 5s

2 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 39 in src/ut-stubs/osapi-common-handlers.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 47 in src/ut-stubs/osapi-common-handlers.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.