summaryrefslogtreecommitdiff
path: root/src/binaryen-c.cpp
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2022-05-25 10:09:57 -0700
committerGitHub <noreply@github.com>2022-05-25 17:09:57 +0000
commit808be8a27f7adf00f2410219507b649cdab4aa99 (patch)
tree504dc7d13929ad22137e7716043afdb4331e7599 /src/binaryen-c.cpp
parent3542bd9429529bfd9fbe6a85f8f97a9388ef3c2a (diff)
downloadbinaryen-808be8a27f7adf00f2410219507b649cdab4aa99.tar.gz
binaryen-808be8a27f7adf00f2410219507b649cdab4aa99.tar.bz2
binaryen-808be8a27f7adf00f2410219507b649cdab4aa99.zip
[Wasm GC] Fix CFG traversal of call_ref and add missing validation check (#4690)
We were missing CallRef in the CFG traversal code in a place where we note possible exceptions. As a result we thought CallRef cannot throw, and were missing some control flow edges. To actually detect the problem, we need to validate non-nullable locals properly, which we were not doing. This adds that as well.
Diffstat (limited to 'src/binaryen-c.cpp')
0 files changed, 0 insertions, 0 deletions