This repository was archived by the owner on Jul 19, 2025. It is now read-only.
[feat] New Int types #46
Merged
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
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).
Loading