diff options
author | Ben Smith <binjimin@gmail.com> | 2016-12-27 16:05:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-27 16:05:34 -0800 |
commit | 2177e7517b857d557cbf9b8477c31f96a8ed66bb (patch) | |
tree | f2157f40cd685026f3dda8d442d805df9e3be2d6 /fuzz-in | |
parent | 1448686215848cc581e2bc5a69e6492fceec4f60 (diff) | |
download | wabt-2177e7517b857d557cbf9b8477c31f96a8ed66bb.tar.gz wabt-2177e7517b857d557cbf9b8477c31f96a8ed66bb.tar.bz2 wabt-2177e7517b857d557cbf9b8477c31f96a8ed66bb.zip |
Fix some binary reader bugs found by fuzzing (#261)
* Change assertions in apply-names to failures
* Fix off-by-one bug in binary-reader-ast get_label_at
* Keep track of last known section code, so the same section cannot be
specified twice, with a custom section between.
Diffstat (limited to 'fuzz-in')
-rw-r--r-- | fuzz-in/wasm/stuff.wasm | bin | 186 -> 112 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/fuzz-in/wasm/stuff.wasm b/fuzz-in/wasm/stuff.wasm Binary files differindex 5a4ad4f4..334bb491 100644 --- a/fuzz-in/wasm/stuff.wasm +++ b/fuzz-in/wasm/stuff.wasm |