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

Fix some loop bounds that reference non-existent elements #2282

Merged
merged 1 commit into from
May 24, 2021

Conversation

eric-hughes-tiledb
Copy link
Contributor

unit-DenseTiler.cc has tests that use a number of fixed arrays. The loops that check them has a number of off-by-one bounds, in this case using <= for <.


TYPE: BUG
DESC: Fix some loop bounds that reference non-existent elements

Copy link
Member

@stavrospapadopoulos stavrospapadopoulos left a comment

Choose a reason for hiding this comment

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

Good catch!

@joe-maley joe-maley merged commit 4fe2b33 into dev May 24, 2021
@joe-maley joe-maley deleted the eh/asan-loop-bounds-unit-DenseTiler.cc branch May 24, 2021 11:21
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.

None yet

3 participants