Skip to content

Use glm - #334

Open
atupone wants to merge 2 commits into
BZFlag-Dev:2.4from
atupone:glm
Open

Use glm#334
atupone wants to merge 2 commits into
BZFlag-Dev:2.4from
atupone:glm

use glm

6625031
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 9, 2026 in 4s

4 new alerts including 1 critical severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 critical
  • 3 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 126 in src/obstacle/MeshFace.cxx

See this annotation in the file changed.

Code scanning / CodeQL

Wrong type of arguments to formatting function High

This format specifier for type 'int' does not match the argument type 'long'.

Check failure on line 157 in src/obstacle/MeshFace.cxx

See this annotation in the file changed.

Code scanning / CodeQL

Wrong type of arguments to formatting function High

This format specifier for type 'int' does not match the argument type 'long'.

Check failure on line 180 in src/obstacle/MeshFace.cxx

See this annotation in the file changed.

Code scanning / CodeQL

Wrong type of arguments to formatting function High

This format specifier for type 'int' does not match the argument type 'long'.

Check failure on line 98 in src/scene/ZSceneDatabase.cxx

See this annotation in the file changed.

Code scanning / CodeQL

Potential use after free Critical

Memory may have been previously freed by
delete[]
.