Description[wasm] Bound the allowed number of locals.
This CL fixes the first bug I found with the new fuzzing. The problem is
that the number of locals is unbounded. This CL bounds the number of
locals of one type with 8000000, an arbitrary number.
R=titzer@chromium.org
BUG=
Committed: https://crrev.com/71f93e6001195a7f70ecf449af9d894ead57d297
Cr-Commit-Position: refs/heads/master@{#38936}
Patch Set 1 #Patch Set 2 : Set the limit of local decls to 8000000 #
Total comments: 1
Patch Set 3 : Add a constant for the limit and test it. #
Messages
Total messages: 23 (16 generated)
|