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:
1dac669
)
ALSA: compress_core: integer overflow in snd_compr_allocate_buffer()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 5 Sep 2012 12:32:18 +0000
(15:32 +0300)
committer
Takashi 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