[gstreamer-bugs] [Bug 570996] bpmdetect relibably crashes with SIGSEGV on particular file

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Feb 10 01:21:04 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=570996

  GStreamer | gst-plugins-bad | Ver: 0.10.6

Sebastian Dröge changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|slomo at circular-chaos.org    |gstreamer-
                   |                            |bugs at lists.sourceforge.net
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.11




------- Comment #8 from Sebastian Dröge  2009-02-10 09:21 UTC -------
commit 9a1d1cb91fa557f766485c430e9f4732a78f7365
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Tue Feb 10 10:17:43 2009 +0100

    bpmdetect: Pass at most 2048 samples to SoundTouch's BPMDetect

    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.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=570996.




More information about the Gstreamer-bugs mailing list