for release: WAMR-04-15-2020 in [core/iwasm/aot/aot_runtime.c](https://github.com/bytecodealliance/wasm-micro-runtime/blob/a661c49cd0036a7bf416bf84a2c6fbe4a6bb0bca/core/iwasm/aot/aot_runtime.c)  should it be: > app_offset < module_inst->heap_base_offset > app_offset + (int32)size >= (int32)module_inst->memory_data_size)  should it be: > module_inst->heap_base_offset <= app_offset Since memory access for [0 -> size -1] is valid, is it right?