summaryrefslogtreecommitdiff
path: root/sound/pci/ctxfi
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2011-06-13 21:52:02 (GMT)
committerTakashi Iwai <tiwai@suse.de>2011-06-14 05:27:26 (GMT)
commit37f7ec38ea5c31180461f82e895e13fdd549b595 (patch)
treeedabbd3298390da475ea280030c1cf870aac8818 /sound/pci/ctxfi
parent2308f4add3de9f6c9c9f02e49461e94d84bb200a (diff)
downloadlinux-37f7ec38ea5c31180461f82e895e13fdd549b595.tar.xz
ALSA: 6fire: Fix double-free bug in usb6fire_fw_ezusb_upload()
We have a double-free bug in sound/usb/6fire/firmware.c::usb6fire_fw_ezusb_upload(). We already call release_firmware(fw) on line 258, so when we then do it again after usb6fire_fw_ezusb_write() returns <0, we have a double-free. Easily fixed by just removing the last call to release_firmware(). Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ctxfi')
0 files changed, 0 insertions, 0 deletions