GStreamer multimedia framework
Find a file
Vineeth TM a0a8b8873b glsl: fix possible string overrun in gst_glsl_version_profile_from_string
given a NULL-terminated string, s.
s[i] = '\0';
i++;
does not guarentee that s[i] is NULL terminated and thus string operations
could read off the end of the array.

https://bugzilla.gnome.org/show_bug.cgi?id=758039
2017-12-09 19:32:11 +00:00
ext/gl glviewconvert: remove set_format 2017-12-09 19:32:11 +00:00
gst-libs/gst/gl glsl: fix possible string overrun in gst_glsl_version_profile_from_string 2017-12-09 19:32:11 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests tests:glsl: version_profile_s string leak 2017-12-09 19:32:11 +00:00