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

Update overview for the zero-byte OOB case #100

Merged
merged 1 commit into from
Jun 28, 2019
Merged

Conversation

binji
Copy link
Member

@binji binji commented Jun 28, 2019

It's only a trap if a byte is accessed out-of-bounds, not if the
destination or source index is out-of-bounds. This only makes a
difference when the length is zero, in which case the previous behavior
would trap, and the new behavior will be a no-op.

It's only a trap if a byte is accessed out-of-bounds, not if the
destination or source index is out-of-bounds. This only makes a
difference when the length is zero, in which case the previous behavior
would trap, and the new behavior will be a no-op.
@binji binji merged commit d976981 into master Jun 28, 2019
@binji binji deleted the overview-zero-oob branch June 28, 2019 17:16
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.

1 participant