git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84a3bd0
)
ALSA: sound/isa/gus: Correct code taking the size of a pointer
author
Julia Lawall
<julia@diku.dk>
Sun, 13 Dec 2009 11:42:56 +0000
(12:42 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 14 Dec 2009 10:16:09 +0000
(11:16 +0100)
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>
sound/isa/gus/gus_mem.c
patch
|
blob
|
history
diff --cc
sound/isa/gus/gus_mem.c
Simple merge