raster pushed a commit to branch master.

commit 2ca7f23dbc6b64fe88beb87ef7a0bcc1b7121eec
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Jul 16 17:12:08 2013 +0900

    fix clang nonnull complaint
---
 src/bin/edje/epp/cpplib.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/edje/epp/cpplib.c b/src/bin/edje/epp/cpplib.c
index be487423..42abad4 100644
--- a/src/bin/edje/epp/cpplib.c
+++ b/src/bin/edje/epp/cpplib.c
@@ -6589,6 +6589,7 @@ cpp_handle_options(cpp_reader * pfile, int argc, char 
**argv)
                     else
                        p = argv[++i];
 
+                     if (!p) break;
                     if (!strcmp(p, "-"))
                       {
                          struct cpp_pending **ptr;

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to