[gstreamer-bugs] [Bug 610483] [jpegdec] invalid memory access

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 22 11:10:48 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=610483
  GStreamer | gst-plugins-good | 0.10.17

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |slomo at circular-chaos.org
     Ever Confirmed|0                           |1

--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2010-02-22 19:10:46 UTC ---
This patch is definitely correct. end is data + size, i.e. the first position
that must not be read. Moving this check above the memory access makes sure
that it never accesses that byte.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list