Skip to content

Fix crash in key lookup

Tobias Fella requested to merge work/tobias/sort-crash into master

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: 7158

Merge request reports