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:
c45ec06
)
sound: mpu401.c: Buffer overflow
author
Roel Kluin
<roel.kluin@gmail.com>
Wed, 29 Jul 2009 10:12:09 +0000
(12:12 +0200)
committer
Takashi 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