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