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 crash on macOS #7817

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Fix crash on macOS #7817

merged 1 commit into from
Jun 19, 2024

Conversation

manup
Copy link
Member

@manup manup commented Jun 19, 2024

There are two bugs.

  1. After a new DDF is loaded during pairing the DDF matching search must start from beginning of all loaded DDFs.
  2. The actual crash happens when calling std::find_if with two end() iterators, but surprisingly only with Apple Clang, not with GCC on other platforms.

Issue: #7698

There are two bugs in one missing line.
After a new DDF is loaded during pairing the search must start from beginning of all loaded DDFs.
The actual crash happens when calling std::find_if with two end() iterators, but surprisingly only with Apple Clang, not with GCC on other platforms.

Issue: dresden-elektronik#7698
@manup manup added the Fix label Jun 19, 2024
@manup manup added this to the v2.27.5-beta milestone Jun 19, 2024
@manup manup merged commit 6f307e6 into dresden-elektronik:master Jun 19, 2024
@manup manup deleted the fix_segv_macos branch June 19, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant