gstreamer/gi/overrides
Hanno Boeck 58c324e0cc NULL-terminate PyMethodDef array
PyMethodDef arrays are supposed to end with an entry full of NULL/0 values.
This is missing in gst-python in the file gstmodule.c.

This causes out of bounds memory reads which can be seen / tested by compiling
gst-python with address sanitizer (-fsanitize=address in CFLAGS/LDFLAGS).

https://bugzilla.gnome.org/show_bug.cgi?id=762766
2016-02-27 13:52:07 +02:00
..
__init__.py Fix another syntax error with newer Python versions 2013-09-30 13:27:33 +02:00
Gst.py overrides: also provide wrapper for trace level debug logging 2015-11-08 11:56:41 +01:00
gstmodule.c NULL-terminate PyMethodDef array 2016-02-27 13:52:07 +02:00
GstPbutils.py Avoid warning about gi.require_version not being called 2016-02-08 11:30:08 +01:00
Makefile.am Fix automake warning 2014-03-29 15:01:26 +01:00