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
netfilter
Kconfig -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 417 bytes
br.c -rw-r--r-- 2.2 KB
br_device.c -rw-r--r-- 4.3 KB
br_fdb.c -rw-r--r-- 9.9 KB
br_forward.c -rw-r--r-- 3.3 KB
br_if.c -rw-r--r-- 9.7 KB
br_input.c -rw-r--r-- 4.0 KB
br_ioctl.c -rw-r--r-- 9.1 KB
br_netfilter.c -rw-r--r-- 28.0 KB
br_netlink.c -rw-r--r-- 4.8 KB
br_notify.c -rw-r--r-- 2.2 KB
br_private.h -rw-r--r-- 7.8 KB
br_private_stp.h -rw-r--r-- 1.6 KB
br_stp.c -rw-r--r-- 10.9 KB
br_stp_bpdu.c -rw-r--r-- 5.1 KB
br_stp_if.c -rw-r--r-- 7.2 KB
br_stp_timer.c -rw-r--r-- 4.5 KB
br_sysfs_br.c -rw-r--r-- 12.2 KB
br_sysfs_if.c -rw-r--r-- 6.8 KB

back to top