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 -fsanitize=address bugs #1243

Merged
merged 2 commits into from
Jun 30, 2023
Merged

Fix -fsanitize=address bugs #1243

merged 2 commits into from
Jun 30, 2023

Conversation

jedbrown
Copy link
Member

note: ‘snprintf’ output between 21 and 31 bytes into a destination of size 30

The assembly test had inconsistent ordering of arguments between the qfunction itself and the call to CeedQFunctionAddInput.

note: ‘snprintf’ output between 21 and 31 bytes into a destination of size 30

The assembly test had inconsistent ordering of arguments between the
qfunction itself and the call to CeedQFunctionAddInput.
@jedbrown jedbrown requested a review from jeremylt June 28, 2023 17:42
Copy link
Member

@jeremylt jeremylt left a comment

Choose a reason for hiding this comment

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

LGTM. Does this fix all our remaining ASAN issues?

@jedbrown
Copy link
Member Author

I'm not sure. What other issues are you aware of? I got a clean run of the standard tests.

@jeremylt
Copy link
Member

I think this was the last lingering one I knew about.

@jedbrown jedbrown force-pushed the jed/fix-asan-bugs branch 4 times, most recently from 400597c to 4d8c181 Compare June 28, 2023 20:19
@jedbrown jedbrown merged commit 7bd8c1e into main Jun 30, 2023
26 checks passed
@jedbrown jedbrown deleted the jed/fix-asan-bugs branch June 30, 2023 18:35
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.

2 participants