wasm-micro-runtime/core/iwasm
Wenyong Huang 0a80cc4e94
Fix wasm loader check data segment count (#3492)
When datacount section exists, loader will check whether the data count
read from data segment section is same with the data count read from
datacount section, but the value of latter can be 0, loader should not
skip the check when the latter is 0. This fixes #3491.

And fix handle_name_section return value not checked issue and early
return true issue after handle_name_section.

And also add the failed case in #3491 to ba-issues.
2024-06-03 19:48:11 +08:00
..
aot Update spec test to latest commit (#3293) 2024-05-17 10:40:47 +08:00
common Modify logging for windows exception handler and remove unused function (#3489) 2024-05-31 13:07:56 +08:00
compilation Fix loader parse block type and calculate dynamic offset for loop args (#3482) 2024-05-31 11:32:36 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Fix loader parse block type and calculate dynamic offset for loop args (#3482) 2024-05-31 11:32:36 +08:00
include Clone data segments when specified with load args (#3463) 2024-05-27 09:59:24 +08:00
interpreter Fix wasm loader check data segment count (#3492) 2024-06-03 19:48:11 +08:00
libraries libc-builtin: Enhance buffered print for printf_wrapper (#3460) 2024-05-22 17:17:36 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00