Skip to content
Commit a987004f authored by Roel Kluin's avatar Roel Kluin Committed by Takashi Iwai
Browse files

sound: mpu401.c: Buffer overflow



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: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent c45ec06c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment