Fixed a bug in strlcat() where it would not properly detect a no-change
authorWayne Davison <wayned@samba.org>
Tue, 20 Jan 2004 00:29:49 +0000 (00:29 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 20 Jan 2004 00:29:49 +0000 (00:29 +0000)
condition if called with an initial string longer than the specified
size limit (due to an unsigned var's inability to go negative).


No differences found