commit | d14df339c72b6efbba4eddd1d1f3f4b173273f74 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Oct 16 11:44:25 2013 +0300 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Oct 16 11:22:46 2013 +0200 |
tree | 5de75c8d0a9480f3fedcda733f4e3533b52aceb1 | |
parent | ac536a848a1643e4b87e8fbd376a63091afc2ccc [diff] |
ALSA: hdsp - info leak in snd_hdsp_hwdep_ioctl() In GCC the sizeof(hdsp_version) is 8 because there is a 2 byte hole at the end of the struct after ->firmware_rev. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>