[core] AliasRegionExtraSize Bug Fix: Update data type and swap operands to avoid underflow in some situations #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "kernel-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix a bug where I accidentally subtracted the smaller value from the bigger run, resulting in potential underflows.
size_t seems to be defined as u64 so for consistency, I decided to change the data type of baseline as well.