Commit f671b64
Relax some assertions in importAnalysis
WasmBeginCatch and WasmThrow would assert that the input matches with
the type in the instruction in the importAnalysis. This can fail if
mutations change those. With this change we will now throw a
missingTypeInformation exception instead of crashing.
Change-Id: I1f4cfbab67fcc54629a614643b39a898505c126d
Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/7977728
Reviewed-by: Matthias Liedtke <mliedtke@google.com>
Commit-Queue: Carl Smith <cffsmith@google.com>1 parent f056ee5 commit f671b64
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1092 | 1092 | | |
1093 | 1093 | | |
1094 | 1094 | | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
1095 | 1098 | | |
1096 | 1099 | | |
1097 | 1100 | | |
1098 | 1101 | | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
1099 | 1105 | | |
1100 | 1106 | | |
1101 | 1107 | | |
| |||
0 commit comments