Add a portable version of strlcpy and strlcat and convert
authorJeremy Allison <jra@samba.org>
Thu, 13 Dec 2007 03:06:04 +0000 (19:06 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 13 Dec 2007 03:06:04 +0000 (19:06 -0800)
commiteff2b368e891d523de38b43ced95798b74ae101e
treea6cffb46677af5399069d4b2a0782223da558df6
parent4f503ea8912eb787209c8df364bfdb161dbb212c
Add a portable version of strlcpy and strlcat and convert
all strncpy/strcat calls to them.
Convert all sprintf calls to snprintf. Safety first !
Jeremy.
source/client/mount.cifs.c