Commit 5a17afc
authored
Validate features used by block return types (#7197)
We previously checked only for the multivalue feature when used by
blocks, but now check for all used features. This will fix a current
fuzzer error where the new unreachable-string-new.wast test validates
with shared-everything disabled even though it uses shared heap types,
allowing the fuzzer to use those shared types in other places that are
checked by the validator.1 parent e276453 commit 5a17afc
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments