wasm-micro-runtime/core
Wenyong Huang 8088783775
Refine is_xip_file and pointer range check (#965)
Refine is_xip_file check, when e_type isn't E_TYPE_XIP, just return false
and no need to go through all the other sections of the AOT file.

Refine pointer range check, convert pointer to uintptr_t type before
comparison to yield possible sanitizer pointer overflow error.
2022-01-18 11:05:58 +08:00
..
app-framework Fix sensor framework timer issue and update sensor sample (#917) 2021-12-28 08:44:19 +08:00
app-mgr Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
deps Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
iwasm Refine is_xip_file and pointer range check (#965) 2022-01-18 11:05:58 +08:00
shared Correct stack base calculation on Mac and NuttX (#963) 2022-01-17 20:45:55 +08:00
config.h Disable source debugging by default (#804) 2021-10-26 18:52:30 +08:00