Don't call xstrlcpy() to truncate a string. It causes spurious xstrlcpy()
authorChristos Zoulas <christos@zoulas.com>
Sun, 11 Mar 2007 19:59:20 +0000 (19:59 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 11 Mar 2007 19:59:20 +0000 (19:59 +0000)
commitb1878e6ff54af8034d68849300c1c030bf251de6
treed3def4353b7f70ff0d9ceac1a9d22cb5637b95a9
parent2f1122abb08298baa0ed63ab48c0864a526202c7
Don't call xstrlcpy() to truncate a string. It causes spurious xstrlcpy()
syslog() errors. Use memcpy() and explicitly terminate the string.
amd/opts.c