billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=b04510bae5c457f8fc72dbf889d1bc0eb70dece1

commit b04510bae5c457f8fc72dbf889d1bc0eb70dece1
Author: Boris Faure <bill...@gmail.com>
Date:   Sun Oct 11 15:05:15 2020 +0200

    colors: avoid dereference after null check. CID1433233
---
 src/bin/colors.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/colors.c b/src/bin/colors.c
index 5f10353..cd3385f 100644
--- a/src/bin/colors.c
+++ b/src/bin/colors.c
@@ -772,6 +772,7 @@ color_scheme_list(void)
           {
              ERR("failed to load color scheme '%s' from '%s'",
                  entry->name, path_app);
+             continue;
           }
         cs_user = eet_data_read(ef_user, edd_cs, entry->name);
         if (cs_user)

-- 


Reply via email to