Fix crash in key lookup
std::sort expects a lambda returning a bool for whether the first element is smaller than the second one.
qstricmp returns an int in the strcmp style, which brings std::sort into an unpredictable state.
- GnuPG-Bug-ID: T7158
Fix crash in key lookup Tags None Subscribers None
Description
Details
|