fayeinseu

Results 5 comments of fayeinseu

I have the same problem with you?do you know how to solve it?

the bug is produced from code below: ``` int readServiceInfo(char *name, int type, struct service *service, int honorHide) {... asprintf(&filename, RUNLEVELS "/chkconfig.d/%s", name); if ((fd = open(filename, O_RDONLY)) >= 0)...