• 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