mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
80dfb7bb3f
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 |
||
---|---|---|
.. | ||
.gitignore | ||
gst-completion-helper.c | ||
gst-plugin-scanner.c | ||
gst-ptp-helper.c | ||
Makefile.am | ||
meson.build | ||
ptp_helper_post_install.sh |