0d64b568fc
sizeof(share_id) is just the size of the pointer. On the other hand, block->share_id is an array, so its size seems more appropriate. 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: Takashi Iwai <tiwai@suse.de> |
||
---|---|---|
.. | ||
gus_dma.c | ||
gus_dram.c | ||
gus_instr.c | ||
gus_io.c | ||
gus_irq.c | ||
gus_main.c | ||
gus_mem_proc.c | ||
gus_mem.c | ||
gus_mixer.c | ||
gus_pcm.c | ||
gus_reset.c | ||
gus_tables.h | ||
gus_timer.c | ||
gus_uart.c | ||
gus_volume.c | ||
gusclassic.c | ||
gusextreme.c | ||
gusmax.c | ||
interwave-stb.c | ||
interwave.c | ||
Makefile |