CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/23 08:34:55
Modified files:
usr.sbin/nsd : nsd.c util.c
Log message:
Fix strlcpy() usage. The size argument should be the full size of
the buffer, not the number of bytes to copy. The strlcpy() return
value should be checked to verify that truncation did not occur.
OK florian@
