wasm-micro-runtime/core/iwasm
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
..
aot Fix several issues reported by oss-fuzz (#3526) 2024-06-13 16:06:36 +08:00
common Fix several issues reported by oss-fuzz (#3526) 2024-06-13 16:06:36 +08:00
compilation Add wasm_export.h APIs to expose memory type (#3496) 2024-06-06 09:20:24 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Add wasm_export.h APIs to expose memory type (#3496) 2024-06-06 09:20:24 +08:00
include Add wasm_export.h APIs to expose memory type (#3496) 2024-06-06 09:20:24 +08:00
interpreter Fix several issues reported by oss-fuzz (#3526) 2024-06-13 16:06:36 +08:00
libraries Fix compilation warnings of wasi-nn (#3497) 2024-06-07 10:49:44 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00