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

type: add preliminiary support for singular vscale #1140

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

type: add preliminiary support for singular vscale

663e155
Select commit
Loading
Failed to load commit list.
Open

type: add preliminiary support for singular vscale #1140

type: add preliminiary support for singular vscale
663e155
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Dec 9, 2024 in 4s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1102 in ir/type.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'.

Check failure on line 1103 in ir/type.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'.

Check failure on line 1554 in ir/type.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Multiplication result converted to larger type High

Multiplication result may overflow 'unsigned int' before it is converted to 'uint64_t'.