aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2008-11-25 14:13:03 +0100
committerIngo Molnar <mingo@elte.hu>2008-11-25 15:56:03 +0100
commiteff79aee91dd07e944df65fa448c8baeee7709d8 (patch)
treeb1b909864df7e5ac737b685ebe016dd9c771bbe2 /arch/x86/kernel/Makefile
parentx86: use limited register constraint for setnz (diff)
downloadlinux-dev-eff79aee91dd07e944df65fa448c8baeee7709d8.tar.xz
linux-dev-eff79aee91dd07e944df65fa448c8baeee7709d8.zip
arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoul
Impact: fix theoretical option string parsing overflow Since bridge is unsigned, it would seem better to use simple_strtoul that simple_strtol. A simplified version of the semantic patch that makes this change is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @r2@ long e; position p; @@ e = simple_strtol@p(...) @@ position p != r2.p; type T; T e; @@ e = - simple_strtol@p + simple_strtoul (...) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Cc: muli@il.ibm.com Cc: jdmason@kudzu.us Cc: discuss@x86-64.org Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/Makefile')
0 files changed, 0 insertions, 0 deletions