Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore


Modified Files:
        ecore_path.c 


Log Message:
fix potential segfault

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/ecore_path.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ecore_path.c        30 Sep 2007 18:16:42 -0000      1.21
+++ ecore_path.c        2 Nov 2007 11:55:27 -0000       1.22
@@ -175,6 +175,8 @@
    CHECK_PARAM_POINTER_RETURN("name", name, NULL);
 
    group = __ecore_path_group_find_id(group_id);
+   if (!group)
+     return NULL;
 
    /*
     * Search the paths of the path group for the specified file name



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to