Hi, Reading through the source, I see that a lot of mallocs() do not have a
[[
if(foo == NULL) {
perror("Foo: Out of memory.\n");
return _exit(EXIT_FAILURE);
}
]]
check.
I can add those if you like.
G
--
Visit my Coding Diary: http://gabriela-gibson.blogspot.com/
