aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/sound
diff options
context:
space:
mode:
authorWenwen Wang <wenwen@cs.uga.edu>2019-08-08 00:50:58 -0500
committerTakashi Iwai <tiwai@suse.de>2019-08-08 11:12:26 +0200
commit1be3c1fae6c1e1f5bb982b255d2034034454527a (patch)
tree6804594da24bb8a8aa3ffe48362da900d45e8bdb /include/uapi/sound
parentsound: fix a memory leak bug (diff)
downloadlinux-dev-1be3c1fae6c1e1f5bb982b255d2034034454527a.tar.xz
linux-dev-1be3c1fae6c1e1f5bb982b255d2034034454527a.zip
ALSA: firewire: fix a memory leak bug
In iso_packets_buffer_init(), 'b->packets' is allocated through kmalloc_array(). Then, the aligned packet size is checked. If it is larger than PAGE_SIZE, -EINVAL will be returned to indicate the error. However, the allocated 'b->packets' is not deallocated on this path, leading to a memory leak. To fix the above issue, free 'b->packets' before returning the error code. Fixes: 31ef9134eb52 ("ALSA: add LaCie FireWire Speakers/Griffin FireWave Surround driver") Signed-off-by: Wenwen Wang <wenwen@cs.uga.edu> Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Cc: <stable@vger.kernel.org> # v2.6.39+ Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/uapi/sound')
0 files changed, 0 insertions, 0 deletions