commit | d698f1c72629ff43d0cb6b9f1d17c491c057a0d9 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Thu Apr 27 18:39:20 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Apr 28 08:33:46 2006 -0700 |
tree | c9fb0ef3caaaf35bef346b5d0d8eb671e7ee071a | |
parent | 1ac3836ce689e594b20c7c9855f64a63751c2d10 [diff] |
[PATCH] fix array overrun in drivers/char/mwave/mwavedd.c 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>