[gstreamer-bugs] [Bug 639674] parse-launch: improve parsing resilience (for escapes at end of string)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 24 06:25:55 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=639674
  GStreamer | gstreamer (core) | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.33

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-01-24 14:25:50 UTC ---
Fixed it a bit differently, to make the problem/intention clearer:

commit bc066cf2ca3132da350b7d6e5ee620e8120c1006
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Mon Jan 24 14:22:27 2011 +0000

    tests: add unit test for read-beyond-end-of-string bug

    https://bugzilla.gnome.org/show_bug.cgi?id=639674

commit d709f569ba8a598d1c0b8d86963218112581cd33
Author: Miguel Angel Cabrera Moya <madmac2501 at gmail.com>
Date:   Mon Jan 24 14:16:37 2011 +0000

    parse-launch: don't read past end of string if last character is an escape
char

    When the last character of a property value is a backslash
    the unescaping code reads one byte pass the end of the string.

    https://bugzilla.gnome.org/show_bug.cgi?id=639674

-- 
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