Skip to content
Snippets Groups Projects
Commit c79875ac authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Remove bad error message

parent 44fb3678
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ void zafl_initAflForkServer()
int n = write(FORKSRV_FD+1, &__afl_temp_data,4);
if( n!=4 ) {
PRINT_ERROR("Error writting fork server -- faking global memory\n");
PRINT_ERROR("Error writting fork server\n");
perror("zafl_initAflForkServer()");
printf("zafl_trace_map = %p, FORKSVR_FD(%d)\n", zafl_trace_map, FORKSRV_FD);
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment