Fixed a potential integer overflow in MemToBlock().
When the integer overflow happens, the block_t returned will be smaller than requested. It fixes the second half of #5841.
Showing
Please register or sign in to comment
When the integer overflow happens, the block_t returned will be smaller than requested. It fixes the second half of #5841.