• Nils Goroll's avatar
    Fix ESI Parsing when VEP_Parse is called on tag which shares a prefix with another · f2a7810d
    Nils Goroll authored
    Example for the case addressed here is an html comment which is not esi.
    
    	1st call on !--e
    	2nd call on !--end
    
    The first call could match !--esi:, so vep_match() does not return with
    VEP_NOTMYTAG, but with null, so characters up until 'e' are marked.
    
    For the second call, we need to consider the case that characters after
    the end of the tag could already be marked.
    
    Fixes #1988
    f2a7810d
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
devscripts Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
m4 Loading commit data...
man Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.syntastic_c_config Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
Makefile.inc.phk Loading commit data...
Makefile.phk Loading commit data...
README.Packaging Loading commit data...
README.rst Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
config.phk Loading commit data...
configure.ac Loading commit data...
flint.lnt Loading commit data...
varnish-legacy.m4 Loading commit data...
varnish.m4 Loading commit data...
varnishapi-uninstalled.pc.in Loading commit data...
varnishapi.pc.in Loading commit data...