SunHao-0/healer

There are many failed cases reported the following reason, fix or ignore?

uestcmahone opened this issue · 2 comments

"reason": "In file included from <string>:3:\n/usr/include/linux/kexec.h:53: error: ';' expected (got \"size_t\")\nFail to compile generated prog: \"#define _GNU_SOURCE"

It seems tcc can't compile kexec.h currently. It's better to remove related system calls in kexec.h because these calls increase the number of failed cases and waste fuzzing time.

Related system calls have been removed from the description file in the master branch.