Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash on macOS (dresden-elektronik#7817)
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
- Loading branch information