mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
9a1d1cb91f
Internally BPMDetect assumes that at most 2048 samples are passed to it at once and stores those in a stack allocated static sized array. If we pass too many samples this will result in a buffer overflow resulting in heavy stack corruption and a crash. Fixes bug #570996. |
||
---|---|---|
.. | ||
gstbpmdetect.cc | ||
gstbpmdetect.hh | ||
gstpitch.cc | ||
gstpitch.hh | ||
Makefile.am | ||
plugin.c |