Make safe_strncat() conform to strlcpy() usage by returning the length of
commit7fb14425c936a483f10c2c5c697d7d43f1bb5e00
authorBen Kibbey <bjk@luxsci.net>
Sun, 16 Jan 2011 00:03:03 +0000 (15 19:03 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sun, 16 Jan 2011 00:03:03 +0000 (15 19:03 -0500)
tree74ed32a306d8c2a560f578bff76c010928dd1e6f
parent7d262fd604b085309ad4df8cd92469d695a7cc37
Make safe_strncat() conform to strlcpy() usage by returning the length of
the destination and source strings.
src/safe_strncat.c