7edbf7ddfd
Replaced strncpy and strcpy with strlcpy. Also replaced snprintf with strlcpy where applicable. Using strlcpy is safe practice when copying strings, as it will include a null terminator. Fixes: |
||
---|---|---|
.. | ||
main.c | ||
Makefile | ||
meson.build |