[Bug 750852] dashdemux: id at RepresentationType should be StringNoWhitespaceType but accepts spaces

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 21 03:18:08 PDT 2015


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

--- Comment #17 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
"end early" means a NUL bedore two hexadecimal characters.
s[1] and s[2] do not cause an out of bounds access since if s[1] is NUL, then
g_ascii_isxdigit (s[1]) is FALSE, and || will not evaluate the second part,
where s[2] might lie in unallocated memory (s[1] never can, since the string
should NUL terminated). This is what the comment means, but it apparently is
not clear, so I will restate it.
I will add tests too.

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