parse-launch: don't read past end of string if last character is an escape char
authorMiguel Angel Cabrera Moya <madmac2501@gmail.com>
Mon, 24 Jan 2011 14:16:37 +0000 (14:16 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 24 Jan 2011 14:24:32 +0000 (14:24 +0000)
commitd709f569ba8a598d1c0b8d86963218112581cd33
tree13c8c0407b6e58ba88f6d1c87c0f701308bdc93a
parent0177ff171a0338a00f27851535328c28b96532d7
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
gst/parse/types.h