• Mikhail Chalov's avatar
    Use memory safe snprintf() in Connect Engine and elsewhere (#2210) · 9de9f105
    Mikhail Chalov authored
    Continue with similar changes as done in 19af1890 to replace sprintf(buf, ...)
    with snprintf(buf, sizeof(buf), ...), specifically in the "easy" cases where buf
    is allocated with a size known at compile time.
    
    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, Inc.
    9de9f105
tabwmi.cpp 26.8 KB