commit | 0ddb16cfb05c04d644b4ba8e36e780b15f47a191 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun May 06 14:51:54 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon May 07 12:13:04 2007 -0700 |
tree | 493bbef734da1fb5a355049333b62d99a9539955 | |
parent | ee17b36fd0dc2af37ea92548595e30964674ded8 [diff] |
xtensa: 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: Chris Zankel <chris@zankel.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>