Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

chore: removed debug statements

e0081a4
Select commit
Loading
Failed to load commit list.
Merged

[feat] New Int types #46

chore: removed debug statements
e0081a4
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jan 9, 2025 in 0s

1 new issue (0 max.) of at least minor severity.

Annotations

Check notice on line 37 in src/ir/irs/values.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ir/irs/values.c#L37

Unless checked, the resulting number can exceed the expected range (CWE-190).  If source untrusted, check both minimum and maximum, even if the input had no minus sign (large numbers can roll over into negative number; consider saving to an unsigned value if that is intended).