mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
c158ed2c32
The unaligned address is used in kasan_register, but the aligned address is used in kasan_unregister. The mismatch between the addr value and mm_heapstart will result in a crash due to the inability to unregister correctly. Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>