Matt Jolly 8 months ago committed by GitHub
commit 2a1915eb4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      libclamav/regex/engine.c

@ -76,7 +76,7 @@ struct match {
const char *beginp; /* start of string -- virtual NUL precedes */
const char *endp; /* end of string -- virtual NUL here */
const char *coldp; /* can be no match starting before here */
const char **lastpos; /* [nplus+1] */
char **lastpos; /* [nplus+1] */
STATEVARS;
states st; /* current states */
states fresh; /* states for a fresh start */

Loading…
Cancel
Save