Skip to content

pppd-plugin: use g_strlcpy()

Lubomir Rintel requested to merge lr/strlcpy into master

It's nicer but also doesn't annoy gcc 8: "error: ‘strncpy’ specified bound depends on the length of the source argument [-Werror=stringop-overflow=]"

Merge request reports