• Nils Goroll's avatar
    Fix startoffset for buffer copy · e1b17520
    Nils Goroll authored
    When we have a partial match and no buffer, we copy all of ptr/len and
    thus must not touch the startoffset.
    
    We could also copy from startoffset, but that could break lookbehinds,
    so don't.
    e1b17520
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.am Loading commit data...
flint.lnt Loading commit data...
flint.sh Loading commit data...
rvb.h Loading commit data...
vmod_re.c Loading commit data...
vmod_re.vcc Loading commit data...