raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=320d689c9d6ad29ac05e7bf3890b156aad89aa90

commit 320d689c9d6ad29ac05e7bf3890b156aad89aa90
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Sep 19 07:55:27 2017 +0900

    tiling - ensure notification struct is 0'd before use
    
    this should fix the last 3 crashdumps reported in T6023
    
    @fix
---
 src/modules/tiling/e_mod_tiling.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/tiling/e_mod_tiling.c 
b/src/modules/tiling/e_mod_tiling.c
index 905ae9e62..2f38ebc5b 100644
--- a/src/modules/tiling/e_mod_tiling.c
+++ b/src/modules/tiling/e_mod_tiling.c
@@ -870,6 +870,7 @@ tiling_e_client_does_not_fit(E_Client *ec)
    else
      eina_strbuf_append(buf, "A Window cannot be tiled\n");
 
+   memset(&n, 0, sizeof(n));
    n.app_name = _("Tiling");
    n.icon.icon = "dialog-error";
    n.summary = _("Window cannot be tiled");

-- 


Reply via email to