mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-09-06 18:01:08 +00:00
fix regression running_config.json (#4477)
This commit is contained in:
parent
2c4a660c4c
commit
c8f7a7fc1a
|
@ -96,7 +96,7 @@
|
||||||
"argument": "",
|
"argument": "",
|
||||||
"expected return": {
|
"expected return": {
|
||||||
"ret code": 255,
|
"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'"
|
"description": "no sanitizer 'Heap Buffer Overflow'"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -979,7 +979,7 @@
|
||||||
"argument": "",
|
"argument": "",
|
||||||
"expected return": {
|
"expected return": {
|
||||||
"ret code": 255,
|
"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'"
|
"description": "no 'Heap out of bound read of size 1 in wasm_loader_prepare_bytecode function'"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user