wasm-micro-runtime/tests/fuzz/wasm-mutator-fuzz/aot-compiler
liang.he 7f9e49213e
Enhance type checking for function types in loader and improve error handling (#4294)
Especially when GC is enabled, a valid item of `module->types` needs additional
checks before casting to WASMFuncType.

Also, avoid overflowing if reftype_map_count is 0.

Additionally, correctly set IN_OSS_FUZZ based on CFLAGS_ENV for sanitizer
configuration. Update ASan and UBSan messages for clarity in non-oss-fuzz
environments.
2025-05-28 20:29:09 +08:00
..
aot_compiler_fuzz.cc disable compiler to prevent get_current_target() crash (#4251) 2025-05-13 07:13:39 +08:00
CMakeLists.txt Enhance type checking for function types in loader and improve error handling (#4294) 2025-05-28 20:29:09 +08:00