diff options
author | 2025-08-18 12:59:45 +0300 | |
---|---|---|
committer | 2025-08-18 12:36:33 +0200 | |
commit | 89f0addeee3cb2dc49837599330ed9c4612f05b0 (patch) | |
tree | 201c749a27528e5490bc1951613886da07b237ac /tools/perf/scripts/python | |
parent | ALSA: hda/tas2781: Add name prefix tas2781 for tas2781's dvc_tlv and amp_vol_tlv (diff) | |
download | wireguard-linux-89f0addeee3cb2dc49837599330ed9c4612f05b0.tar.xz wireguard-linux-89f0addeee3cb2dc49837599330ed9c4612f05b0.zip |
ALSA: usb-audio: Fix size validation in convert_chmap_v3()
The "p" pointer is void so sizeof(*p) is 1. The intent was to check
sizeof(*cs_desc), which is 3, instead.
Fixes: ecfd41166b72 ("ALSA: usb-audio: Validate UAC3 cluster segment descriptors")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://patch.msgid.link/aKL5kftC1qGt6lpv@stanley.mountain
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions