Fix CID 1491311: dereference after null check.
authorwwp <subscript@free.fr>
Thu, 7 Oct 2021 07:14:02 +0000 (09:14 +0200)
committerwwp <subscript@free.fr>
Thu, 7 Oct 2021 07:14:02 +0000 (09:14 +0200)
commit68b65ac49c4d51ef855fd65e2a9206e528190a82
tree7f96725f2f8da160f34806ca7d95b9e61c0f7f31
parent263eb81335dd2052f10d7d6fd94f4810e085605a
Fix CID 1491311: dereference after null check.
Wrong logic there: we should fail if pointers are null, not only if strings are empty,
even though gtk_entry_get_text should never return null).
src/export.c