Browse Source
The "p -= slab->info.block_size;" is causing the "p" pointer to be underflow in RX architecture case, where the RAM address start from 0x0, in some case p minus block size make it underflow This change implementation uses an index-based reverse loop to safely iterate over each block from last to first. Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>pull/92244/head
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue