Hi James,
On 10/17/19 11:12 AM, James Prestwood wrote:
Two cases were using strcpy, and the other two were using strncpy.
Instead all cases can use l_strlcpy which guarentees NULL termination.
---
src/util.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
I split this up into two commits and reworked the commit descriptions a bit.
Applied, thanks.
Regards,
-Denis