Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filterAdvisory: match installed_solvables sort with lower_bound (RhBu…
…g:2212838) `std::lower_bound` expects that the range it operates on is sorted by the provided comparator. `lower_bound()` is used on `installed_solvables` twice, first with comparator `NameSolvableComparator` and later with `SolvableCompareAdvisoryPkgNameArch` to cover both we need to sort `installed_solvables` by name and arch. Otherwise this can lead to problems if multiple architectures of a pkg are installed. For: https://bugzilla.redhat.com/show_bug.cgi?id=2212838
- Loading branch information