File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/regression/ba-issues Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 96
96
"argument" : " " ,
97
97
"expected return" : {
98
98
"ret code" : 255 ,
99
- "stdout content" : " WASM module load failed: END opcode expected " ,
99
+ "stdout content" : " WASM module load failed: unexpected end opcodes from unbalanced control flow structures " ,
100
100
"description" : " no sanitizer 'Heap Buffer Overflow'"
101
101
}
102
102
},
979
979
"argument" : " " ,
980
980
"expected return" : {
981
981
"ret code" : 255 ,
982
- "stdout content" : " WASM module load failed: unexpected end of section or function " ,
982
+ "stdout content" : " WASM module load failed: section size mismatch: function body END opcode expected " ,
983
983
"description" : " no 'Heap out of bound read of size 1 in wasm_loader_prepare_bytecode function'"
984
984
}
985
985
},
You can’t perform that action at this time.
0 commit comments