mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
d57b097198
We would always copy sizeof(sorted_position) bytes, which is for 8 channels, but if we have less than 8 channels the position array we copy from will only have allocated space for channel channels, so we would read beyond the input array in some cases. |
||
---|---|---|
.. | ||
gstdvdlpcmdec.c | ||
gstdvdlpcmdec.h | ||
Makefile.am |