sound: mpu401.c: Buffer overflow
authorRoel Kluin <roel.kluin@gmail.com>
Wed, 29 Jul 2009 10:12:09 +0000 (12:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 29 Jul 2009 12:41:24 +0000 (14:41 +0200)
mpu_synth_info[m].name is a char[30], and the minimum length of the data
written by sprintf is 31 bytes including terminating null.

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

No differences found