Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use "bounds" violation instead of "length" #367

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

arichardson
Copy link
Collaborator

This error also applies to access before the start of the capability, so length is not an accurate term, and most existing software already refers to it as a bounds violation.

Fixes: #366

This error also applies to access before the start of the capability, so
length is not an accurate term, and most existing software already refers
to it as a bounds violation.

Fixes: riscv#366
Copy link
Collaborator

@jrtc27 jrtc27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was quick! Haven't checked if you've missed any but the ones that you have here all look good.

@tariqkurd-repo tariqkurd-repo self-requested a review September 16, 2024 08:42
@tariqkurd-repo tariqkurd-repo merged commit c4e93a7 into riscv:main Sep 16, 2024
3 checks passed
@arichardson arichardson deleted the bounds-violation branch September 16, 2024 16:27
tariqkurd-repo pushed a commit to tariqkurd-repo/riscv-cheri that referenced this pull request Oct 9, 2024
This error also applies to access before the start of the capability, so
length is not an accurate term, and most existing software already
refers to it as a bounds violation.

Fixes: riscv#366

---------

Co-authored-by: Andrés Amaya Garcia <andres.amaya@codasip.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename length violation to bounds violation
4 participants