-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update overview for the zero-byte OOB case (#100)
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.
- Loading branch information
Showing
1 changed file
with
0 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters