Use g_memdup2() where available and add fallback for older GLib versions
g_memdup() is deprecated since GLib 2.68 and we want to avoid deprecation warnings with recent versions of GLib.
Edited by Tim-Philipp Müller
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
g_memdup() is deprecated since GLib 2.68 and we want to avoid deprecation warnings with recent versions of GLib.