Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix comparison between unsigned subtraction and the value 0
This is resolved by replacing the unsigned subtraction comparison with 0 in the MinimumHeapGrowth stratedgy check to `free_space != size`. Fixes a false positive, "critical" security bug revealed by codeql in code-scanning/atomvm#30. Signed-off-by: Winford <[email protected]>
- Loading branch information