• Geoff Simmons's avatar
    Bugfix: off-by-one errors in the rewrite methods and functions. · 46b5261c
    Geoff Simmons authored
    The terminating null byte for the C string result is written at
    the index given by std::string.size() for the C++ string. It had
    been written at one past that index.
    
    WS_Release() must then ensure that the terminating null byte is
    within the allocated portion of workspace.
    46b5261c
Name
Last commit
Last update
..
tests Loading commit data...
vre2 Loading commit data...
Makefile.am Loading commit data...
re2.c Loading commit data...
set.c Loading commit data...
vmod_re2.c Loading commit data...
vmod_re2.h Loading commit data...
vmod_re2.vcc Loading commit data...