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

[cts] add integer overflow/bounds check tests for rect APIs #794

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

pbalcer
Copy link
Contributor

@pbalcer pbalcer commented Aug 10, 2023

Ref: #595

I've looked over all the non-experimental APIs where adapters can potentially do arithmetic to calculate buffer offsets/sizes for copying/allocation, and these three were missing relevant tests for invalid size checks or overflow. The rest of the functions have tests for either overflow or out-of-bounds access.

@pbalcer pbalcer merged commit e92ce31 into oneapi-src:main Aug 17, 2023
24 checks passed
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.

3 participants