Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39b4a46f authored by Linus Torvalds's avatar Linus Torvalds
Browse files
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin:
  Blackfin: strncpy: fix handling of zero lengths
parents cb37bbd9 5ff6197f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

ENTRY(_strncpy)
	CC = R2 == 0;
	if CC JUMP 4f;
	if CC JUMP 6f;

	P2 = R2 ;       /* size */
	P0 = R0 ;       /* dst*/