nuttx-apps/testing/kasantest
wangmingrong1 797fd04796 kasantest: Fix errors running on 64 bit
1. Change 'heap' to a global variable. When using the software tag 'kasan', the base of 'heap' is dynamically changing, which may result in runtime errors
2. Modify the length of the argv array to ensure that all 64 bit addresses can be copied
3. After initialization, the registration of the heap must be canceled

Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
2024-09-13 23:14:08 +08:00
..
kasantest.c kasantest: Fix errors running on 64 bit 2024-09-13 23:14:08 +08:00
Kconfig
Make.defs
Makefile kasantest: Fix errors running on 64 bit 2024-09-13 23:14:08 +08:00