Compare commits

..

No commits in common. 'aed2df04db5d61f218710cecadc4b7662121281a' and '9613317873823b518454999f400e3d02d401a9fa' have entirely different histories.

@ -96,7 +96,6 @@ static afl_forkserver_t fsrv = {0}; /* The forkserver */
/* Classify tuple counts. This is a slow & naive version, but good enough here.
*/
//将模糊测试的错误数进行归并,在不造成太大影响的情况下减少运算、提升性能
static u8 count_class_lookup[256] = {
[0] = 0,
@ -111,7 +110,6 @@ static u8 count_class_lookup[256] = {
};
//结束子进程
static void kill_child() {
if (fsrv.child_pid > 0) {

Loading…
Cancel
Save