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 UB in test cases #1173

Merged
merged 2 commits into from
Oct 6, 2023
Merged

Fix UB in test cases #1173

merged 2 commits into from
Oct 6, 2023

Conversation

illuhad
Copy link
Collaborator

@illuhad illuhad commented Oct 5, 2023

This fixes two UB cases that currently affect our test cases:

  • out-of-bounds access in accessor tests
  • marray constructor out-of-bounds access

This hopefully resolves the spurious CI failures that we have occasionally seen.

With this PR, running the tests is clean of asan issues.

@illuhad illuhad merged commit e7939c6 into develop Oct 6, 2023
34 of 36 checks passed
@illuhad illuhad deleted the hotfix/ci-ub branch October 6, 2023 14:59
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

1 participant