nuttx/arch/arm
Masayuki Ishikawa e7d44ee16e arch: armv7-a: Fix heap corruption in SMP mode
Currently up_allocate_heap() assumes that g_idle_topstack points
top of the heap memory. However, g_idle_topstack pointed incorrect
address in SMP mode which resulted in heap corruption. This PR
moves g_idle_topstack at the end of .noinit to avoid this issue.

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2020-02-18 07:06:12 -06:00
..
include arch/arm/include/tiva/chip.h: Fix typos 2020-02-17 16:50:03 -06:00
src arch: armv7-a: Fix heap corruption in SMP mode 2020-02-18 07:06:12 -06:00
Kconfig CONFIG_ARM_SEMIHOSTING_HOSTFS: mention limited support of directories 2020-02-18 17:11:59 +08:00