sound: aedsp16: Buffer overflow
authorRoel Kluin <roel.kluin@gmail.com>
Wed, 29 Jul 2009 09:46:59 +0000 (11:46 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 29 Jul 2009 12:37:12 +0000 (14:37 +0200)
commitc45ec06c74512265969aef40b00f320c6afb7a90
tree10ee18d623609075cd1b1388ad07add759434f21
parent4be3bd7849165e7efa6b0b35a23d6a3598d97465
sound: aedsp16: Buffer overflow

DSPVersion is declared as char[3], but the sprintf writes at least 4 bytes
including terminating null.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/oss/aedsp16.c