We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9121120 commit 697b67dCopy full SHA for 697b67d
crates/wasmparser/src/validator/operators.rs
@@ -988,7 +988,7 @@ where
988
if memarg.align > memarg.max_align {
989
bail!(
990
self.offset,
991
- "malformed memop alignment: alignment must not be larger than natural"
+ "invalid memop alignment: alignment must not be larger than natural"
992
);
993
}
994
if index_ty == ValType::I32 && memarg.offset > u64::from(u32::MAX) {
0 commit comments