wasm-micro-runtime/tests
liang.he 40c41d5110
Fix several issues reported by oss-fuzz (#3526)
- possible integer overflow in adjust_table_max_size:
  unsigned integer overflow: 2684354559 * 2 cannot be represented in type 'uint32'
- limit max memory size in wasm_runtime_malloc
- add more checks in aot loader
- adjust compilation options
2024-06-13 16:06:36 +08:00
..
benchmarks Download jetstream src from github instead of browserbench.org (#3196) 2024-03-04 14:20:07 +08:00
fuzz/wasm-mutator-fuzz Fix several issues reported by oss-fuzz (#3526) 2024-06-13 16:06:36 +08:00
malformed Add malformed test cases (#3459) 2024-05-21 16:38:34 +08:00
regression/ba-issues Fix wasm loader check data segment count (#3492) 2024-06-03 19:48:11 +08:00
requirement-engineering Add test cases for the requirements of "gc-aot" feature (#3399) 2024-05-09 16:15:44 +08:00
unit Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
wamr-compiler Fix AOT shift operations for indirect constants (#2627) 2023-10-11 11:22:34 +08:00
wamr-test-suites Add malformed test cases (#3459) 2024-05-21 16:38:34 +08:00