Re: [E-devel] Re: E CVS: apps/e lofwyrm

2005-06-15 Thread Adam Kisiel
"name" is checked for NULL at the beginning of the function (e_module_new) and modpath is checked right after the strdup. No segv worry here. Lofwyrm Dnia 15-06-2005, śro o godzinie 23:11 +0100, Andrew Elcock napisał(a): > looks to me that this misses "if (!modpath)", so on a null entry s

[E-devel] Re: E CVS: apps/e lofwyrm

2005-06-15 Thread Andrew Elcock
looks to me that this misses "if (!modpath)", so on a null entry segs? enlightenment-cvs@lists.sourceforge.net wrote: > Enlightenment CVS committal > > Author : lofwyrm > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > e_module.c > > > Log Me