diff options
author | Alon Zakai <alonzakai@gmail.com> | 2017-08-07 15:42:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-07 15:42:17 -0700 |
commit | b93ea39b239052314123d3641df29ff5c5730515 (patch) | |
tree | 0149686671e54158ced8647287f28172782718bf /src/wasm-binary.h | |
parent | 62f6a12c4fa109522229526e9d89969d2fde7399 (diff) | |
parent | e17202e4d20bf79bd285425bac606a31bf3a8131 (diff) | |
download | binaryen-b93ea39b239052314123d3641df29ff5c5730515.tar.gz binaryen-b93ea39b239052314123d3641df29ff5c5730515.tar.bz2 binaryen-b93ea39b239052314123d3641df29ff5c5730515.zip |
Merge pull request #1123 from WebAssembly/fuzz-2
Yet more fuzz fixes
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index ca3d69989..9c468b0ea 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -861,6 +861,7 @@ public: int depth = 0; // only for debugging BinaryConsts::ASTNodes readExpression(Expression*& curr); + void pushBlockElements(Block* curr, size_t start, size_t end); void visitBlock(Block *curr); Expression* getMaybeBlock(WasmType type); Expression* getBlock(WasmType type); |