Skip to content

Potential fix for code scanning alerts - #11

Draft
mihaitodor wants to merge 12 commits into
mainfrom
mihaitodor-fix-vulnerabilities
Draft

Potential fix for code scanning alerts#11
mihaitodor wants to merge 12 commits into
mainfrom
mihaitodor-fix-vulnerabilities

Potential fix for code scanning alert no. 29: Multiplication result c…

ed133e9
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 11, 2026 in 2s

2 new alerts including 2 critical severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 critical

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 2225 in mmdb2/mmdb_math_graph.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Potential use after free Critical

Memory may have been previously freed by
delete[]
.

Check failure on line 325 in ssm/ssm_graph.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Potential use after free Critical

Memory may have been previously freed by
delete[]
.