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 a ModMatrix bug #1242

Merged
merged 2 commits into from
Feb 10, 2024
Merged

Fix a ModMatrix bug #1242

merged 2 commits into from
Feb 10, 2024

Conversation

paulfd
Copy link
Member

@paulfd paulfd commented Feb 10, 2024

We took a reference to a target member, while possibly moving the vector of all targets. Recent changes to abseil's ASAN behavior made this more evident.

Also updated abseil to the correct lts target; the previous one was a release candidate...

@paulfd
Copy link
Member Author

paulfd commented Feb 10, 2024

Note: remove the commit that changes the USE_SYSTEM_ABSEIL flag when merging. @redtide I think we should have either on branches or at least when merging to master an ASAN build with the vendored abseil; we missed this check for this bug.

We took a reference to a target member, while possibly moving the vector of all targets.
@paulfd paulfd force-pushed the paulfd/fix-modmatrix-asan branch from 463c751 to 72ca125 Compare February 10, 2024 21:05
@paulfd paulfd merged commit 9d5f7bf into develop Feb 10, 2024
11 checks passed
@paulfd paulfd deleted the paulfd/fix-modmatrix-asan branch February 10, 2024 21:18
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.

1 participant