Skip to content

test

8efa8fc
Select commit
Loading
Failed to load commit list.
Draft

test #7764

test
8efa8fc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Cppcheck failed Aug 21, 2025 in 4s

3 new alerts including 2 critical severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 critical

Other Alerts:

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 77 in lib/color.cpp

See this annotation in the file changed.

Code scanning / CppCheck

Out of bounds access in expression 'st[0]' because 'st' is empty. Critical

Out of bounds access in expression 'st[0]' because 'st' is empty.

Check warning on line 77 in lib/color.cpp

See this annotation in the file changed.

Code scanning / CppCheck

Variable 'st[0]' is assigned a value that is never used. Warning

Variable 'st[0]' is assigned a value that is never used.

Check failure on line 892 in lib/cppcheck.cpp

See this annotation in the file changed.

Code scanning / CppCheck

Out of bounds access in expression 'st[0]' because 'st' is empty. Critical

Out of bounds access in expression 'str[0]' because 'str' is empty.