Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Clarify *.{init,copy,fill} w/ zero count #48

Merged
merged 1 commit into from
Jan 24, 2019
Merged

Clarify *.{init,copy,fill} w/ zero count #48

merged 1 commit into from
Jan 24, 2019

Conversation

binji
Copy link
Member

@binji binji commented Jan 23, 2019

memory.init, memory.copy, memory.fill, table.init, and table.copy should all fail if their ranges are out-of-bounds, even if the count is zero, similar to for active segments. See the discussions here: WebAssembly/design#897, #11.

`memory.init`, `memory.copy`, `memory.fill`, `table.init`, and `table.copy` should all fail if their ranges are out-of-bounds, even if the count is zero, similar to for active segments. See the discussions here: WebAssembly/design#897, #11.
@binji binji merged commit e27277d into master Jan 24, 2019
@binji binji deleted the zero-count-oob branch January 24, 2019 18:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants