commit | b35cc8225845112a616e3a2266d2fde5ab13d3ab | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Sep 05 15:32:18 2012 +0300 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Sep 14 11:04:37 2012 +0200 |
tree | 57156aa83f8989189914d9b8a78ae226fd2a6023 | |
parent | 1dac6695c683c66d0cff10a84c6ed10dbbaabc18 [diff] |
ALSA: compress_core: integer overflow in snd_compr_allocate_buffer() These are 32 bit values that come from the user, we need to check for integer overflows or we could end up allocating a smaller buffer than expected. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>