• Geoff Simmons's avatar
    Bugfix: off-by-one errors in the rewrite methods and functions. · 91fc253b
    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.
    91fc253b
Name
Last commit
Last update
..
vre2.cpp Loading commit data...
vre2.h Loading commit data...
vre2set.cpp Loading commit data...
vre2set.h Loading commit data...