Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Jul 6, 2023
1 parent ae7102d commit dbce817
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions libclamav/udf.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,30 +150,6 @@ static cl_error_t extractFile(cli_ctx *ctx, PartitionDescriptor *pPartitionDescr
goto done;
}

{
int andy;
fprintf(stderr, "%s::%d::", __FUNCTION__, __LINE__);
for (andy = fileIdentifierDescriptor->implementationLength; andy < fileIdentifierDescriptor->fileIdentifierLength; andy++){
fprintf(stderr, "%02x ", fileIdentifierDescriptor->rest[andy]);
}
fprintf(stderr, "\n");


fprintf(stderr, "%s::%d::", __FUNCTION__, __LINE__);
for (andy = fileIdentifierDescriptor->implementationLength; andy < fileIdentifierDescriptor->fileIdentifierLength; andy++){
fprintf(stderr, "%c ", fileIdentifierDescriptor->rest[andy]);
}
fprintf(stderr, "\n");

fprintf(stderr, "%s::%d::charspec format\n", __FUNCTION__, __LINE__);


}



fprintf(stderr, "%s::%d::Fix 'test'\n", __FUNCTION__, __LINE__);

ret = writeWholeFile(ctx, "Test", contents, length);

fmap_unneed_off(ctx->fmap, offset, length);
Expand Down

0 comments on commit dbce817

Please sign in to comment.