aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/debugobjects.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2009-12-13 01:40:55 +0000
committerDavid S. Miller <davem@davemloft.net>2009-12-13 19:56:33 -0800
commit710708e82bfbdd392ebdef5743e68fef0fde91a6 (patch)
tree736538bc9cc7b186910373882e990d1670c1ae8f /lib/debugobjects.c
parent3c574_cs: disable irq before calling el3_interrupt (diff)
downloadwireguard-linux-710708e82bfbdd392ebdef5743e68fef0fde91a6.tar.xz
wireguard-linux-710708e82bfbdd392ebdef5743e68fef0fde91a6.zip
drivers/atm: Correct code taking the size of a pointer
sizeof(TstSchedTbl) is just the size of the pointer. Change it to the size of the referenced data. 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> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions