Skip to content

user-accounts: Fix free of const string due to incorrect translations

A duplicatend and translated string could be passed to gettext another time. If that string can be translated, then a static string would be returned rather than the const one, causing an invalid free.

Fixes: #1149 (closed)

Merge request reports