summaryrefslogtreecommitdiff
path: root/test/spec/binary.txt
diff options
context:
space:
mode:
authorKeith Winstein <keithw@cs.stanford.edu>2023-03-15 09:49:21 -0700
committerGitHub <noreply@github.com>2023-03-15 16:49:21 +0000
commit090d4674c86b00e31d18e77f2c8f8570a68e1cf1 (patch)
treea43e0c9d16e7516edc3bafb8e1f28227d676c25e /test/spec/binary.txt
parent5cb73ee2344c69e442ac6147ba7971992088f801 (diff)
downloadwabt-090d4674c86b00e31d18e77f2c8f8570a68e1cf1.tar.gz
wabt-090d4674c86b00e31d18e77f2c8f8570a68e1cf1.tar.bz2
wabt-090d4674c86b00e31d18e77f2c8f8570a68e1cf1.zip
binary-reader.cc: expand max local count and fix error message (#2173)
* binary-reader.cc: expand max local count and fix error message Fixes #1593
Diffstat (limited to 'test/spec/binary.txt')
-rw-r--r--test/spec/binary.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/spec/binary.txt b/test/spec/binary.txt
index 1f27b6fe..58784707 100644
--- a/test/spec/binary.txt
+++ b/test/spec/binary.txt
@@ -192,9 +192,9 @@ out/test/spec/binary.wast:1048: assert_malformed passed:
out/test/spec/binary.wast:1065: assert_malformed passed:
0000017: error: unable to read u32 leb128: local type count
out/test/spec/binary.wast:1082: assert_malformed passed:
- 000001c: error: local count must be < 0x10000000
+ 000001e: error: local count must be <= 0xffffffff
out/test/spec/binary.wast:1098: assert_malformed passed:
- 0000030: error: local count must be < 0x10000000
+ 0000030: error: local count must be <= 0xffffffff
out/test/spec/binary.wast:1132: assert_malformed passed:
0000013: error: function signature count != function body count
out/test/spec/binary.wast:1142: assert_malformed passed: