Skip to content
Snippets Groups Projects
user avatar
Bram Moolenaar authored
Problem:    Unsafe string copying.
Solution:   Use vim_strncpy() instead of strcpy().  Use vim_strcat() instead
            of strcat().
ef9d6aa7
Name Last commit Last update