Skip to content

common: Fix crash in language chooser

A report in Red Hat bugzilla [1] shows for some reason the country is set to NULL and this causes a crash when comparing against search terms. The solution is to handle the NULL without crashing.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1685251

Merge request reports