[Oisf-devel] Bug fix(In Debug mode): removed function calls from inside SCReturnX

Victor Julien victor at inliniac.net
Fri May 16 10:03:34 UTC 2014


Hi Jeka,

Please initialize int's to 0, not to NULL.

I see this pattern a few times:
+    int r = NULL;

Pointers should be initialized to NULL, however:
+    char * r = 0;

Also I prefer github these days. Would you mind using that? Thanks!

Cheers,
Victor

-- 
---------------------------------------------
Victor Julien
http://www.inliniac.net/
PGP: http://www.inliniac.net/victorjulien.asc
---------------------------------------------



More information about the Oisf-devel mailing list