summary refs log tree commit diff
path: root/arch/x86/mm/gup.c
diff options
context:
space:
mode:
authorChristian Engelmayer <christian.engelmayer@frequentis.com>2009-06-16 10:35:12 +0200
committerIngo Molnar <mingo@elte.hu>2009-06-17 18:37:54 +0200
commit3104bf03a923c72043a9c5009d9cd56724304916 (patch)
treec65dbf477871ea843241055cda84b2448aee0c71 /arch/x86/mm/gup.c
parent348ec61e6268c3cd7ee75cfa50e408184a941506 (diff)
downloadlinux-3104bf03a923c72043a9c5009d9cd56724304916.tar.gz
sched: Fix out of scope variable access in sched_slice()
Access to local variable lw is aliased by usage of pointer load.
Access to pointer load in calc_delta_mine() happens when lw is
already out of scope.

[ Reported by static code analysis. ]

Signed-off-by: Christian Engelmayer <christian.engelmayer@frequentis.com>
LKML-Reference: <20090616103512.0c846e51@frequentis.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mm/gup.c')
0 files changed, 0 insertions, 0 deletions