BUGFIX when converting from safe_strcpy to strlcpy.
commit265338c194ceab2520ed1df0f64b62e7169406dd
authorJeremy Allison <jra@samba.org>
Tue, 3 May 2011 20:49:28 +0000 (3 13:49 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 4 May 2011 19:12:14 +0000 (4 12:12 -0700)
treed9555db14c036b5f3c944949b500c18e8d10b076
parent5fa6f390d1a4bdd3c82ced271e4db6c7241194f6
BUGFIX when converting from safe_strcpy to strlcpy.

We must have a blob legth > 0 in order to safely copy
the (possibly) 16 bytes + 1 byte zero character safely.
source3/smbd/negprot.c