Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed May 17, 2022
1 parent b9519c1 commit 1efecfd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions libclamav/regex_suffix.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,9 @@ static uint8_t *parse_char_class(const uint8_t *pat, size_t *pos)
unsigned char range_end;
unsigned int c;
if (0 == range_start) {
<<<<<<< HEAD
cli_errmsg("parse_char_class: range_start not initialized");
return NULL;
=======
FREE(bitmap);
cli_errmsg("parse_char_class: range_start not initialized");
goto done;
>>>>>>> Removed asserts
}
++*pos;
if (pat[*pos] == '[')
Expand Down

0 comments on commit 1efecfd

Please sign in to comment.