mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-09-05 17:32:26 +00:00
fix regression running_config.json (#4477)
This commit is contained in:
parent
2c4a660c4c
commit
c8f7a7fc1a
|
@ -96,7 +96,7 @@
|
|||
"argument": "",
|
||||
"expected return": {
|
||||
"ret code": 255,
|
||||
"stdout content": "WASM module load failed: END opcode expected",
|
||||
"stdout content": "WASM module load failed: unexpected end opcodes from unbalanced control flow structures",
|
||||
"description": "no sanitizer 'Heap Buffer Overflow'"
|
||||
}
|
||||
},
|
||||
|
@ -979,7 +979,7 @@
|
|||
"argument": "",
|
||||
"expected return": {
|
||||
"ret code": 255,
|
||||
"stdout content": "WASM module load failed: unexpected end of section or function",
|
||||
"stdout content": "WASM module load failed: section size mismatch: function body END opcode expected",
|
||||
"description": "no 'Heap out of bound read of size 1 in wasm_loader_prepare_bytecode function'"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user