gstreamer/libs/gst
Tim-Philipp Müller 69c8d994e4 bytereader: fix peek value when scanning for 00 00 01 with non-0 offset
We would add the offset a second time in _scan_for_start_code()
when we found a result, but it's already been added to the data
pointer at the beginning of _masked_scan_uint32_peek(), so the
peeked value would be wrong if the initial offset was >0, and
we would potentially read memory out-of-bounds.

Add unit test for all of this.

https://bugzilla.gnome.org/show_bug.cgi?id=778365
2017-02-23 12:06:59 +02:00
..
base bytereader: fix peek value when scanning for 00 00 01 with non-0 offset 2017-02-23 12:06:59 +02:00
check clock_gettime.c: Use __APPLE__ instead of __MACH__ 2016-11-11 13:33:10 +00:00
controller meson: Advertise dependency on gst_dep generating girs 2016-11-09 17:04:41 -03:00
helpers helpers/gst: Get bash completion options from gst-launch 2016-12-07 11:22:16 +02:00
net net: set clock name in the constructor 2016-12-07 11:22:16 +02:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-19 21:26:14 +01:00