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:
1ac3836
)
[PATCH] fix array overrun in drivers/char/mwave/mwavedd.c
author
Eric Sesterhenn
<snakebyte@gmx.de>
Fri, 28 Apr 2006 01:39:20 +0000
(18:39 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 28 Apr 2006 15:33:46 +0000
(08:33 -0700)
this fixes coverity id #489.
Since the last element in the array is always ARRAY_SIZE-1 we have to check
for ipcnum >= ARRAY_SIZE()
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found