]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r262471:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 28 Feb 2014 20:22:48 +0000 (20:22 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 28 Feb 2014 20:22:48 +0000 (20:22 +0000)
commit345882c24541048188e533fbda4898056d7d496c
tree59c9e860494d2f0850a876dc2ef6a0720ddc40ac
parent6ec8cbfdf672bfea21357cf8a91304c518e6f15f
MFC r262471:

In sys/sparc64/sparc64/spitfire.c, prevent signed shift overflow by
casting to the appropriate type.  (Note this fix cannot be done in
sys/sparc64/sparc64/spitfire.c, since that file is also included by
assembly source files.)

Reviewed by: marius

git-svn-id: svn://svn.freebsd.org/base/stable/10@262620 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sparc64/sparc64/spitfire.c