strlcat() isn't supposed to access *dst past dst_sz
authorAsanka Herath <asanka@secure-endpoints.com>
Tue, 24 Aug 2010 04:04:17 +0000 (00:04 -0400)
committerAsanka C. Herath <asanka@secure-endpoints.com>
Tue, 14 Sep 2010 12:03:32 +0000 (08:03 -0400)
commitd4fc674024762a0729bebec8d9e6c204cd034af2
tree601574b14ebda9603703f686673c9364e461fdda
parent7e3bd7f9aac217ac5f3f865c49ca97c303414e6d
strlcat() isn't supposed to access *dst past dst_sz

Try not to do that on platforms where we can avoid it.
lib/roken/strlcat.c