ALSA: compress_core: integer overflow in snd_compr_allocate_buffer()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 5 Sep 2012 12:32:18 +0000 (15:32 +0300)
committerTakashi Iwai <tiwai@suse.de>
Fri, 14 Sep 2012 09:04:37 +0000 (11:04 +0200)
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>

No differences found