aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/acornfb.c
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-01-11 14:27:10 +0100
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-01-11 11:47:42 -0800
commitba21611c9c0031ca8388cae5e43b38c29c8b595d (patch)
treec2062639f66ea8aebd1b874f291cfdcc6aee7e27 /drivers/video/acornfb.c
parentb506d1b6c49a5884ff67a29bc99a1912ee20acee (diff)
ps3fb: prevent use after free of fb_info
In ps3fb_shutdown, freeing the framebuffer will cause fb_info (in dev->core.driver_data) to be free()ed, which we potentially access from the ps3fbd kthread. This change frees the framebuffer after stopping the ps3fbd kthread. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/acornfb.c')
0 files changed, 0 insertions, 0 deletions