[PATCH] Alpha: strncpy() fix
authorIvan Kokshaysky <ink@jurassic.park.msu.ru>
Tue, 25 Apr 2006 09:45:19 +0000 (13:45 +0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 25 Apr 2006 14:51:06 +0000 (07:51 -0700)
As it turned out after recent SCSI changes, strncpy() was broken -
it mixed up the return values from __stxncpy() in registers $24 and $27.

Thanks to Mathieu Chouquet-Stringer for tracking down the problem
and providing an excellent test case.

Signed-off-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found