Skip to content

gkr: Fix a crash for some Epiphany passwords

Niels De Graef requested to merge wip/nielsdg/fix-epiphany-segfault into master

The NULL-check in GkrItem.epiphany_custom() checked the wrong variable, making it possible that we were still passing on a NULL string as a username to GLib.Markup.escape_text()

Fixes #225 (closed)

Merge request reports