Warn about unsafe string functions
Closed this issue · 1 comments
locker commented
deprecated | replacement |
---|---|
sprintf |
snprintf |
vsprintf |
vsnprintf |
strcpy , strncpy |
strlcpy |
strcat , strncat |
strlcat |
locker commented
Related PR: tarantool/tarantool#7547