Skip to content

s/strncpy/strlcpy/

Roland C. Dowdeswell requested to merge elric1@use-strlcpy into main

strncpy doesn't necessarily nul-terminate strings. We also use sizeof(arg0) so that you can visually validate that we are measuring the correct buffers without xrefing the header files.

Merge request reports