Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Jul 9, 2024
1 parent a7e04ec commit afc233d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libclamav/scanners.c
Original file line number Diff line number Diff line change
Expand Up @@ -2595,6 +2595,7 @@ static cl_error_t cli_scanhtml(cli_ctx *ctx)
form_data_t form_data = {0};
(void)html_normalise_map_form_data(ctx, map, tempname, &hrefs, ctx->dconf, &form_data);
save_urls(ctx, &hrefs, &form_data);
html_tag_arg_free(&hrefs);
html_form_data_tag_free(&form_data);
} else {
(void)html_normalise_map(ctx, map, tempname, NULL, ctx->dconf);
Expand Down

0 comments on commit afc233d

Please sign in to comment.