commit | 4eccccb36223be5271b550a9ba4722a1e72c9312 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Mon Mar 26 21:47:22 2007 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Apr 28 11:01:02 2007 -0400 |
tree | 44b7d58a74f878a150dfab8dde7428239f168c43 | |
parent | a3fa3aba7a0e00aa1cbb13c9e9bed162fa057973 [diff] |
strlcpy is smart enough strlcpy already accounts for the trailing zero in its length computation, so there is no need to substract one to the buffer size. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Jan-Bernd Themann <themann@de.ibm.com> Cc: Thomas Klein <osstklei@de.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>