Commit 6c32125
authored
Fuzzer: Fix subtyping of bottom types when fuzzing against JS (WebAssembly#8683)
maybeRefine should refine between old and new, and we were missing
a check for being refined enough when traversing all subtypes of bottom.
As a result, we could un-refine, which can break if a call exists.1 parent e9b4b4c commit 6c32125
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2470 | 2470 | | |
2471 | 2471 | | |
2472 | 2472 | | |
2473 | | - | |
| 2473 | + | |
2474 | 2474 | | |
2475 | | - | |
| 2475 | + | |
2476 | 2476 | | |
2477 | 2477 | | |
2478 | 2478 | | |
| |||
0 commit comments