summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vio.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2010-04-02 04:47:13 +0200
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2010-04-07 10:00:41 +0200
commita7df5c5e52a545774c4db1f2adf09ede018ab139 (patch)
treeb02fab55d085a9057a5a62bafe35ae69f1cc1bdd /arch/powerpc/kernel/vio.c
parentpowerpc/pmac/windfarm: Correct potential double free (diff)
downloadlinux-a7df5c5e52a545774c4db1f2adf09ede018ab139.tar.xz
linux-a7df5c5e52a545774c4db1f2adf09ede018ab139.zip
powerpc/pseries/dlpar: Eliminate use after free
dlpar_free_cc_nodes frees its argument, so dlpar_online_cpu should not be called on the same value. Skip over the call to dlpar_online_cpu by jumping directly to out. A simplified version of the semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression E,E2; @@ dlpar_free_cc_nodes(E) ... ( E = E2 | * E ) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/vio.c')
0 files changed, 0 insertions, 0 deletions