Skip to content

[3.0 backport] coreaudio: fix stack overflow in MapOutputLayout()

Thomas Guillem requested to merge tguillem/vlc:3.0-coreaudio-stackoverflow into 3.0.x

When outlayout->mNumberChannelDescriptions is bigger than AOUT_CHAN_MAX.

Fixes #28424 (closed)

(cherry picked from commit 5225251c) Signed-off-by: Thomas Guillem thomas@gllm.fr

Merge request reports