https://github.com/torvalds/linux
Revision 0f05058531330854ff383237e1547044c67e5740 authored by Julia Lawall on 17 December 2009, 23:27:09 UTC, committed by Linus Torvalds on 17 December 2009, 23:45:30 UTC
sizeof(viafb_gamma_table) is just the size of the pointer.  This is changed
to the size used when calling kmalloc to initialize the pointer.

A simplified version of the semantic patch that finds this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@@
expression *x;
expression f;
type T;
@@

*f(...,(T)x,...)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Acked-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Joseph Chan <JosephChan@via.com.tw>
Cc: Scott Fang <ScottFang@viatech.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 312ea07
History
Tip revision: 0f05058531330854ff383237e1547044c67e5740 authored by Julia Lawall on 17 December 2009, 23:27:09 UTC
drivers/video/via/viafbdev.c: correct code taking the size of a pointer
Tip revision: 0f05058
File Mode Size
vdso32
.gitignore -rw-r--r-- 110 bytes
Makefile -rw-r--r-- 4.1 KB
vclock_gettime.c -rw-r--r-- 4.2 KB
vdso-layout.lds.S -rw-r--r-- 1.5 KB
vdso-note.S -rw-r--r-- 291 bytes
vdso.S -rw-r--r-- 130 bytes
vdso.lds.S -rw-r--r-- 862 bytes
vdso32-setup.c -rw-r--r-- 9.7 KB
vdso32.S -rw-r--r-- 473 bytes
vextern.h -rw-r--r-- 495 bytes
vgetcpu.c -rw-r--r-- 825 bytes
vma.c -rw-r--r-- 3.2 KB
vvar.c -rw-r--r-- 460 bytes

back to top