git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
454ac77
)
[PATCH] Alpha: strncpy() fix
author
Ivan Kokshaysky
<ink@jurassic.park.msu.ru>
Tue, 25 Apr 2006 09:45:19 +0000
(13:45 +0400)
committer
Linus 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