• Geoff Simmons's avatar
    Bugfix: off-by-one errors in the rewrite methods and functions. · 05adf5a6
    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.
    05adf5a6
Name
Last commit
Last update
m4 Loading commit data...
pkg/rpm Loading commit data...
src Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.rst Loading commit data...
COPYING Loading commit data...
INSTALL.rst Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...