• Mikhail Chalov's avatar
    Minimize unsafe C functions usage - replace strcat() and strcpy() · fc6e8a3d
    Mikhail Chalov authored
    Similar to 567b6812 continue to replace use of strcat() and
    strcpy() with safer options strncat() and strncpy().
    
    All new code of the whole pull request, including one or several files
    that are either new files or modified ones, are contributed under the BSD-new
    license. I am contributing on behalf of my employer Amazon Web Services
    fc6e8a3d
tabjson.cpp 76.7 KB