This PR attempts to fix an error due to unlink failing when updating a test case after trimming by falling back to truncating the file. AFL++ follows a similar approach using an additional -N flag added by AFLplusplus/AFLplusplus@f8bc9b54dabc759e9ad1eb82e5ee36af3bb4e1a6.
This PR attempts to fix an error due to
unlink
failing when updating a test case after trimming by falling back to truncating the file. AFL++ follows a similar approach using an additional-N
flag added by AFLplusplus/AFLplusplus@f8bc9b54dabc759e9ad1eb82e5ee36af3bb4e1a6.