xinglp wrote:
> It's a bug of sysklogd-1.5
> 
> ksym_mod.c line 184
> 
>       if ( ksyms == NULL )
>       {
>               if ( errno == ENOENT )
>                       Syslog(LOG_INFO, "No module symbols loaded - "
>                              "kernel modules not enabled.\n");
>               else
>                       Syslog(LOG_ERR, "Error loading kernel symbols " \
>                              "- %s\n", strerror(errno));
>               fclose(ksyms); //<<< here it is, fclose(NULL)
>               return(0);
>       }

That's good detective work.  Did you report it upstream?

   -- Bruce


-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to