gstreamer/libs/gst
Edward Hervey 80dfb7bb3f gst: Use memcpy() instead of strncpy() where appropriate
strncpy() is assumed to be for strings so the compiler assumes that
it will need an extra byte for the string-terminaning NULL.

For cases where we know it's actually "binary" data, just copy it
with memcpy.

https://bugzilla.gnome.org/show_bug.cgi?id=795756
2018-05-07 17:05:36 +02:00
..
base bitwriter: Fix build error 2018-05-07 08:35:47 +02:00
check Fix typos in comments and docs 2018-05-01 11:18:03 +01:00
controller Fix typos in comments and docs 2018-05-01 11:18:03 +01:00
helpers gst: Use memcpy() instead of strncpy() where appropriate 2018-05-07 17:05:36 +02:00
net Fix typos in comments and docs 2018-05-01 11:18:03 +01:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
meson.build meson: make check and tests build on Windows with msvc 2018-01-11 09:50:24 +00:00