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

Removing printf family from Ref, Drv, RPI, OS, Utils #3141

Open
wants to merge 7 commits into
base: devel
Choose a base branch
from

Merge branch 'devel' into issue-1708-printf

802ef6d
Select commit
Loading
Failed to load commit list.
Open

Removing printf family from Ref, Drv, RPI, OS, Utils #3141

Merge branch 'devel' into issue-1708-printf
802ef6d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 24, 2025 in 7s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 77 in Fw/Types/StringUtils.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

destination uses the basic integral type char rather than a typedef with size and signedness.

Check notice on line 77 in Fw/Types/StringUtils.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

size uses the basic integral type unsigned int rather than a typedef with size and signedness.

Check notice on line 77 in Fw/Types/StringUtils.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

format uses the basic integral type char rather than a typedef with size and signedness.