CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/01 06:07:41
Modified files:
usr.sbin/syslogd: syslogd.c
Log message:
Replace the combination of strlen(), calloc(), strlen(), strlcpy()
with a simple strdup().
Found by brad@ with LLVM; OK doug@
